vmi / selenese-runner-java

Selenium IDE native format (selenese and side) interpreter.
Other
140 stars 83 forks source link

How to run .side file in proxy #285

Closed Volley97 closed 3 years ago

Volley97 commented 6 years ago

There is a side file. You need to run it through a proxy. How to do it?? I tried this:

java -Dwebdriver.gecko.driver=/path_to_chromedriver -jar /path_to_selenese-runner.jar --proxy proxy.localhost:5555  /path_to_.side
Volley97 commented 6 years ago

Error: jp.vmi.selenium.selenese.SeleneseRunnerRuntimeException: No such command: setWindowSize I remove the size of the window size in the side file and again displays an error that the command in the side file was not found on the site, which cannot be

vmi commented 5 years ago

Hi,

jp.vmi.selenium.selenese.SeleneseRunnerRuntimeException: No such command: setWindowSize

I added setWindowSize and released 3.20.0. Please test it.

and again displays an error that the command in the side file was not found on the site,

The edited .side file may be saved under a different directory or file name. This is because the Selenium IDE forgets the loaded filename when saving the file.

vmi commented 3 years ago

Please re-open this issue if your problem is not resolved.