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

Using --xml-result option works fine when all tests are passing. If a single test fails (not an error, simple assert fail) then I receive nullpointer error on Surefire execution report-only...

bug
want more info

Dear Selenese-experts, is there any possibility to split up the HTML result of very large TestSuites to different HTML Files for each test of the suite? Best regards

enhancement

Hi, I am running a simple test that launches a new window from the main window. Once it is loaded, it is selected and closed and the main window is...

bug
selenium problem
pending

Hi, I am trying to use Selenese Runner as library in a project. In general that works well, but now I tried to parallelize the execution of my tests and...

Hi, I would like to pass a proxy instance generated by `BrowserMobProxyServer` into the `WebDriverManager`. Is that possible? I would generally use the code below to initialize a `WebDriver` directly....

enhancement

My timeout setting is 30 seconds, but "open" command seems to ignore this timeout cause in my test the time of execution of "open" is around 52seconds. I've no exception,...

enhancement

I am running selenese tests with selenese-runner-java from maven, and currently I am using exec-maven-plugin exec:java for this purpose. With this plugin I am setting the java command as described...

enhancement

This feature was proposed in #143: > -write statistics (test_id, steps, tot_time, single_step_time, steps_status) on csv/xls for example (or on remote JMS queue or something else)

enhancement

When using `while` loops, command numbering in the log is not so intuitive. When running the following example: ``` MinimalExample1 MinimalExample1 open / setSpeed 200 storeElementPresent id=choice on_main_page while ${on_main_page}...

enhancement

It would be cool to support wildcards in test-case/test-suite filename option, when calling selenese-runner-java tool. Ideally, "ant-style" wildcard support would be great. "ant-style" wildcard is both powerfull and widely used...

enhancement