selenium-side-runner

How to add cookie to Selenium IDE test running in grid via selenium-side-runner for Zalenium messages

佐手、 提交于 2020-08-10 19:32:47
问题 I've recorded a test using Selenium IDE and am submitting the generated .side file to selenium-side-runner to run on a Selenium Grid built using Zalenium . Is it possible to run a command that calls driver.manage().addCookie() from the test that was submitted to selenium-side-runner ? I want to do this to send messages back to Zalenium with test progress and status I added a command executeScript to the Selenium IDE editor with a target of driver.manage().addCookie({name: 'test', value: 'test

How to add cookie to Selenium IDE test running in grid via selenium-side-runner for Zalenium messages

和自甴很熟 提交于 2020-08-10 19:32:13
问题 I've recorded a test using Selenium IDE and am submitting the generated .side file to selenium-side-runner to run on a Selenium Grid built using Zalenium . Is it possible to run a command that calls driver.manage().addCookie() from the test that was submitted to selenium-side-runner ? I want to do this to send messages back to Zalenium with test progress and status I added a command executeScript to the Selenium IDE editor with a target of driver.manage().addCookie({name: 'test', value: 'test