You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to skip the next step if the element is not visible or is not present on the page.
My plan is to override onNextClick but there is no method to get the next step. There is a method to get the previous step driverObj.getPreviousStep(); or get getPreviousElement but why is there no method to get the next step?
The text was updated successfully, but these errors were encountered:
klentgalimbas
changed the title
Popup displays even if the element is not visible
Skip step. Popup displays even if the element is not visible
Sep 19, 2024
I am trying to skip the next step if the element is not visible or is not present on the page.
My plan is to override onNextClick but there is no method to get the next step. There is a method to get the previous step
driverObj.getPreviousStep();
or getgetPreviousElement
but why is there no method to get the next step?The text was updated successfully, but these errors were encountered: