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.
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.