Unable to click on a button using ScrollTo/ScrollDown #2104
coffeebanjo
started this conversation in
Development
Replies: 1 comment 1 reply
-
@NivedhaSenthil @zabil Any help here will be much appreciated. Thank you. |
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 am trying to click on the 'Edit' button which is not visible on the mini browser window, I need to scrollTo/scrollDown the page to select the element. Using the below step, it is always clicking on the first available Edit button on the page instead of selecting the specified button.
Step:
await scrollTo(below(text("123456abc")), below(text('Line #')), toRightOf("4"), click('Edit'))
I am not sure if ScrollTo/ScrollDown works this way, but could you please help here? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions