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
It only appears to fail when using PhantomJS. Chrome works fine. I wasn't able to test with Firefox due to the test process crashing, and IE fails with a NullReferenceException.
The text was updated successfully, but these errors were encountered:
Using the following quite simple web forms page:
Using PhantomJS and the following test code:
Clicking on the button fails. It simply doesnt trigger anything.
Replacing
this.I.Click(...)
with the following code does work as expected:It only appears to fail when using PhantomJS. Chrome works fine. I wasn't able to test with Firefox due to the test process crashing, and IE fails with a NullReferenceException.
The text was updated successfully, but these errors were encountered: