selenese-runner-java icon indicating copy to clipboard operation
selenese-runner-java copied to clipboard

Selenium IDE native format (selenese and side) interpreter.

Results 60 selenese-runner-java issues
Sort by recently updated
recently updated
newest added

Hello there, I have to automate some browser tests using selenium and they want me to integrate these tests in Bamboo. This tool is the optimal choice for me, but...

question
want more info

One great enhacement would be an option that allows the page HTML source to be saved when a test case fails so we can inspect the DOM structure.

enhancement

Hello ! I would run my test with selenese runner under chrome, but i got below error : org.openqa.selenium.WebDriverException: unknown error: Chrome failed to start: exited abnormally (unknown error: DevToolsActivePort...

Hi, I am getting this error, during the execution. Maybe I am doing something wrong? Thanks Amir `[2018-06-29 14:43:11.947] [INFO] [main] [j.v.h.r.HtmlResult.generate:185] - Make the directory for HTML resut: target/site/selenium-reports...

want more info

If a test suit contains more test case and one of the test case has error, program try to run the rest test case . I'd like to have that...

Hi, On the same machine where I am able to run old selsuite files fine with selenese-runner I can't seem to be able to run the new .side projects. java...

It would be nice to add a filter functionality, to just run specific tests within a .side project. Like the filter in selenium-side-runner: https://www.npmjs.com/package/selenium-side-runner so we also can split of...

Execution of my test cases finish fine but I always get a warning message at the end of execution saying: WARNING: pipe error (3): Connection reset by peer: file /builds/worker/workspace/build/src/ipc/chromium/src/chrome/common/ipc_channel_posix.cc,...

want more info

The html-result parameter only allows the specification of the results directory and does not allow to choose the filename convention.

enhancement

Hi, we have to test websites that require a client certificate authentication. A problem with firefox is the selection dialogue for the certificate to be used. Is there a way...

question