Page hangs when using Selenium IDE extension in both Edge as well as Chrome
When using Selenium IDE to identify Xpath locators of website components for robot framework automatic testing purposes, my browser always hangs after a couple of seconds. The IDE will record some of the activity but then stumbles. I get a ‘Code hung’ error in the browser and a popup that the page is not responding; waiting does not help, it stays hung and needs to be closed. The issue happens in both Chrome as Edge. Colleagues who use the same hardware setups do not experience this issue. Any ideas as to the cause(s)?
Thanks already.
How do I set selenium-side-runner to read cookies?
I record a test in Selenium IDE which takes login details from a cookie.
The test runs fine in Selenium IDE but using the command line SIDE Runner
it fails to fill in the login details & the test fails.
The only clue I’ve found is Selenium Webdriver needs something like this:
chrome_options.add_argument(f”–remote-debugging-port=9222″)
Selenium IDE green tick execution tracing lost after following run command test step
After Run command test step, the execution trace green ticks are totally lost and it makes to find failure, only way I can find status is using log in bottom of screen.
How to export Kotlin code from Selenium IDE
I want to export test code from Selenium IDE on Kotlin, but there are no this option in export options. How to do this? Is there is any custom version of Selenium IDE or converter?