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

With release 1.4.0, support was dropped for the Android driver with the comment: ``` Remove Andorid driver support because it is removed from Selenium 2.40. ``` However, although the Android...

enhancement

Our user-extensions.js has an include command - for including a different testcase (with parameters) - this will read the file and insert it's generated commands into the current command queue....

enhancement
question

Hi, I managed to solve my problems of running the Selenese Runner on a Windows VM as a Jenkins slave, by setting up a VNC server on the VM which...

Hi, Would it be possible to monitor if any JavaScript errors are generated while running a test? I was thinking of Selenese Runner having some sort of listener like the...

enhancement

Hi run this command but stuck at this level java -jar selenese-runner.jar --driver remote --remote-browser "chrome" --remote-url http://192.168.1.1:4444/wd/hub /opt/selenium/sides/mytest.side [2023-12-16 13:34:34.287 +03:30] [INFO] Start: Selenese Runner 4.3.0 [2023-12-16 13:34:34.508 +03:30]...

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.3.6 to 1.3.12. Commits 0df4ec1 prepare release 1.3.12 189af50 ensure JDK 8 compatibility 14a71d0 cater for array size marked with -1 b8eac23 prevent DOS attacks using on...

dependencies
java

When using the remote grid, it is best not to include anything unless you are specifically setting it, like browser version, and platform. If you just send browser then it...

Here is an example. store json, {"username":"abc", "password":"123"}, userInfo type, name=username, ${userInfo}.username The result is "abc" in Selenium IDE but it is **{"username":"abc", "password":"123"}.username** in selenese runner.

under investigation

Today I was creating a Selenium IDE test for a page that had an element with a name attribute containing a space, e.g. `name=btnDisable Validation`. With the Firefox browser addon,...

under investigation

xalan (an XSLT processor) is apparently unmaintained and likes to show up in vulnerability scans due to CVE-2022-34169. Yes, this library is most likely just used for testing, so this...

security