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
Not sure if this is the right place to raise this but....
I am running a test that fills in a form inside an iframe, then upon submitting the form it makes an AJAX request that hides the form and fills in a div and makes it visible.
For some reason when it comes to the second div it seems to think its still hidden because I get this error:
13:44:26.709 WARN - Exception: Element is not currently visible and so may not be interacted with
However I can see the submit form, I have double checked my selector and its correct.
The text was updated successfully, but these errors were encountered:
Not sure if this is the right place to raise this but....
I am running a test that fills in a form inside an iframe, then upon submitting the form it makes an AJAX request that hides the form and fills in a div and makes it visible.
For some reason when it comes to the second div it seems to think its still hidden because I get this error:
However I can see the submit form, I have double checked my selector and its correct.
The text was updated successfully, but these errors were encountered: