You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works fine except when run from HTML Runner, i.e. works when run from SeleniumIDE and as a JUnit test. Just a brief look at org.openqa.selenium.server.htmlrunner.CoreTestCase suggested that the case where value maybe a variable is not handled.
Meta -
OS: Windows 10
Selenium Version: Html Runner-3.5.0
Browser: Firefox
Browser Version: 55.0.2 (64-bit)
Expected Behavior -
New tab or window opened with target URL
Actual Behavior -
HTML Runner prepends the base URL to the target URL resulting in a URL like http://localhost:8082/http://localhost:8082/somplace
Steps to reproduce -
Store a URL in a variable, and use the variable as the openWindow target e.g.
This works fine except when run from HTML Runner, i.e. works when run from SeleniumIDE and as a JUnit test. Just a brief look at org.openqa.selenium.server.htmlrunner.CoreTestCase suggested that the case where value maybe a variable is not handled.
This is the command line I am using:
The text was updated successfully, but these errors were encountered: