selenium-ide
selenium-ide copied to clipboard
Command execute script
Hi , I test alert(); wirth command execute script in mozilla firefox but not working. please can you help me to fix this error
@fahdionic2 - We are in the throes of moving to v4. Effectively, this occurs because we're trying to use simulated JS to polyfill the alert API so we can capture alert interactions. Once on v4, which will do local playback using a webdriver in Electron, and alerting can just be alerting.
Give us a couple weeks and we'll be hitting alpha. That said, I would avoid creating alerts from execute script, seeing as alert fully blocks all JS thread execution.
If you must though, it should work as expected in V4. Thank you for trying the IDE and reporting this issue! 😄
any code js with command execute script not working in firefox mozzila, but in chrome working fine . I think firefox who block execute script JS .
Closing this as I've basically given up on v3
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.