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, When I'm running a Test Suite from my .side file, runner executes only the first test although there are multiple tests inside .side file. The same thing is happening...

org.openqa.selenium.WebDriverException: unknown error: Chrome failed to start: exited abnormally. (unknown error: DevToolsActivePort file doesn't exist) (The process started from chrome location /usr/bin/google-chrome is no longer running, so ChromeDriver is assuming...

want more info

A colleague and I would like selenese-runner-java to replace our proprietary in-house tool. Thanks for recently merging the "retry" feature. Other than that feature, the most important missing feature is...

``` "commands": [{ "id": "442be203-c4ac-4c3c-97aa-c640cd2789ba", "comment": "", "command": "answerOnNextPrompt", "target": "Hello World", "targets": [], "value": "Hello World" }, { "id": "44b6ccce-aa23-4506-977a-a86de9bb36ad", "comment": "", "command": "executeScript", "target": "return prompt(\"Enter a value\")",...

bug
please confirm

Hey there, as I see when we have this command ``` { "id": "87663521-6dd0-432f-9f85-84d9eebb7806", "comment": "", "command": "executeScript", "target": "let bar = \"123\"; return `${bar} hello`", "targets": [], "value": "seller_url"...

bug
please confirm

when using this command waitForVisible i get javascript not available error

bug
want more info

I tried run firefox with anonymous profile but he eat my memory. I created custom profile and try run browser with him. Options --profile and --profile-path not affect. How i...

For example imagine the page has a captcha and we want to screenshot the captcha, process it within our code while the process is waiting and then send an input...

question

If a command fails for a particular target, Is there a way to tell selenese runner through command line arguments to retry with other target/targets in the array of targets...

Hi, I set screenshot-all=true. And when I use **assertElementPresent** command, it takes still screenshot. Why this happens? Thanks! Best regards Lian

bug
please confirm