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
The waitFor method on locator only seems to work with the visible state.
In the below code it works against localhost:8080, which is a test server that can be found here with instructions on how to run it locally: https://github.com/ankur22/testserver.
In the test above against the test page, the expected output is that wait complete is filled in one of the input text boxes, but this doesn't happen and instead times out.
The text was updated successfully, but these errors were encountered:
Tested against: dbede12
The
waitFor
method onlocator
only seems to work with thevisible
state.In the below code it works against
localhost:8080
, which is a test server that can be found here with instructions on how to run it locally: https://github.com/ankur22/testserver.In the test above against the test page, the expected output is that
wait complete
is filled in one of the input text boxes, but this doesn't happen and instead times out.The text was updated successfully, but these errors were encountered: