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 find an element on the page with waitUntilTextExists, but it cannot be found. Not sure if this is the right place, but I've decided to open up an issue in case somebody spots anything wrong with what I am doing:
Code here and this is the element I am trying to find: .btn-add.
I have tried different ways, including one similar to the example here, but none of them worked. I've captured the full error with catch: An element could not be located on the page using the given search parameters.
Perhaps this belongs on the webdriver project?
The text was updated successfully, but these errors were encountered:
I am trying to find an element on the page with
waitUntilTextExists
, but it cannot be found. Not sure if this is the right place, but I've decided to open up an issue in case somebody spots anything wrong with what I am doing:Code here and this is the element I am trying to find:
.btn-add
.I have tried different ways, including one similar to the example here, but none of them worked. I've captured the full error with catch:
An element could not be located on the page using the given search parameters.
Perhaps this belongs on the webdriver project?
The text was updated successfully, but these errors were encountered: