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

When I launch selenese via this command : `> java -jar selenese-runner.jar -d chrome --chromedriver chromedriver.exe -b http://localhost:8080 C:\Trunk\src\selenium\suiteTest` I get this error : ``` [2017-11-30 11:02:36.722 +01:00] [ERROR] jp.vmi.selenium.selenese.SeleneseRunnerRuntimeException:...

want more info

Hi, I try to test File Upload with remote Driver. I have an error File Not Found. How to change the File Detector in the command line : _ >...

bug

How to specify browser options? e.g. Safari web driver has an option technologyPreview, https://seleniumhq.github.io/selenium/docs/api/java/org/openqa/selenium/safari/SafariOptions.html. How to set it in the runner?

is it possible to add the status code attribute to the test case xml in addition to the name,time, and timestamp attributes that are already there? ideally this would display...

enhancement

I devided the issue from #146.

enhancement

Hello, My problem is simple. I want to use a profile while running my test on Firefox. But this imply to remote control myself : _"--profile-dir (-P) dir : profile...

Hello, I saw here somes issues about ignoring SSL errors with phantom.js I try to do the same with Internet explorer. I guess that I sould use the -D arguments...

question

I'm trying to upload a file and get a green result, but I cannot get it to work. I've attached my testcase. With the first one I get a red...

bug

I'm trying to use selenese runner as a library. There are some problems with multi-thread env: ***PROBLEM 1: if I run 2 java thread concurrently, each calling your core to...

bug
enhancement
pending

Would be great if there was a parameter to pass in variables to use within the tests. This would allow us to change the values of our test from the...

enhancement