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
Hey, I was just trying to analyze one of my client sites(Can't provide the URL) through the Axe-Core Chrome plug-in but getting an error "An error occurred. Error: Could not establish a connection. Receiving end does not exist."
I tried the same in Firefox where I was able to run the same test
Actually I was trying to run the automated test using Axe-core in Java as the programming language but there as well, I am getting an error "org.openqa.selenium.JavascriptException: javascript error: eval is disabled"
So I did some digging and realized that in that specific site, I can see the error as "Uncaught Error: eval is disabled" while running the eval(1) command from Console window...
So, it looks like the Axe-Core is not able to run the script on a site where the eval is disabled. Do you guys have any workaround for this ?
Please let me know
The text was updated successfully, but these errors were encountered:
Hey, I was just trying to analyze one of my client sites(Can't provide the URL) through the Axe-Core Chrome plug-in but getting an error "An error occurred. Error: Could not establish a connection. Receiving end does not exist."
I tried the same in Firefox where I was able to run the same test
Actually I was trying to run the automated test using Axe-core in Java as the programming language but there as well, I am getting an error "org.openqa.selenium.JavascriptException: javascript error: eval is disabled"
So I did some digging and realized that in that specific site, I can see the error as "Uncaught Error: eval is disabled" while running the eval(1) command from Console window...
So, it looks like the Axe-Core is not able to run the script on a site where the eval is disabled. Do you guys have any workaround for this ?
Please let me know
The text was updated successfully, but these errors were encountered: