zalenium

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

Download recorded video of UI test case from Zalenium/Selenium

戏子无情 提交于 2020-04-30 07:23:06
问题 I've setup a Zalenium in Kubernates (in the cloud not local minikube or anything else), It works perfectly and everything is OK. When I run a test case with recordVideo capability on, Zalenium records the test and stores a video inside a container, I can access the video via Zalenium's dashboard, but I want to download the video programmatically (not by visiting the dashboard) by RemoteWebDriver or something else, the video's name is dynamically generated and it consists of sessionId (known)

Download recorded video of UI test case from Zalenium/Selenium

泄露秘密 提交于 2020-04-30 07:20:17
问题 I've setup a Zalenium in Kubernates (in the cloud not local minikube or anything else), It works perfectly and everything is OK. When I run a test case with recordVideo capability on, Zalenium records the test and stores a video inside a container, I can access the video via Zalenium's dashboard, but I want to download the video programmatically (not by visiting the dashboard) by RemoteWebDriver or something else, the video's name is dynamically generated and it consists of sessionId (known)