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 used click('buttonName') in one of my e2e tests, and it works fine on other browsers but not for the internet explorer. The error message is Failed: Failed to find click("Open Warning"): Error executing JavaScript. I have identified that it is thrown at find.js in retryingFind(), where browserSideScripts.browserSideFind is executed. I tried to debug more but couldn't identify the bug further in browserSideScripts.js.
The text was updated successfully, but these errors were encountered:
I used
click('buttonName')
in one of my e2e tests, and it works fine on other browsers but not for the internet explorer. The error message isFailed: Failed to find click("Open Warning"): Error executing JavaScript
. I have identified that it is thrown atfind.js
inretryingFind()
, wherebrowserSideScripts.browserSideFind
is executed. I tried to debug more but couldn't identify the bug further inbrowserSideScripts.js
.The text was updated successfully, but these errors were encountered: