Replies: 2 comments 2 replies
-
Hi peterroe Try with await click($(".go_next")); |
Beta Was this translation helpful? Give feedback.
1 reply
-
click($("//input[@Class='go_next']")) Let me know if it works here!! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to click the button element to jump other website:
but how can I click the element?
I try to such :
click(Button({class: "go_next"}))
But it can't work... help :(
Beta Was this translation helpful? Give feedback.
All reactions