Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.NumberFormatException: For input string: "v0" #31

Open
tkiansoon opened this issue May 12, 2017 · 0 comments
Open

java.lang.NumberFormatException: For input string: "v0" #31

tkiansoon opened this issue May 12, 2017 · 0 comments

Comments

@tkiansoon
Copy link

I tried to setup WebDriver tests and keep getting the error java.lang.NumberFormatException: For input string: "v0". I wondered someone can give me some guidance please?

I'm using TestBox and it extending mxunit, Lucee 4.5.2. I assume CFSelenium WebDriver compatible with Lucee 4.5.2 since it didn't mention on read.me.

Here's the error trace:
system.basespec_cfc$cf.udfCall3(F:\Workspace\testbox\system\BaseSpec.cfc:532)
system.testbox_cfc$cf.udfCall1(F:\Workspace\testbox\system\TestBox.cfc:144).
system.testbox_cfc$cf.udfCall1(F:\Workspace\testbox\system\TestBox.cfc:216)
system.testbox_cfc$cf.udfCall2(F:\Workspace\testbox\system\TestBox.cfc:414)
system.runners.unitrunner_cfc$cf.udfCall(F:\Workspace\testbox\system\runners\UnitRunner.cfc:84)
system.runners.unitrunner_cfc$cf.udfCall(F:\Workspace\testbox\system\runners\UnitRunner.cfc:213)
system.basespec_cfc$cf.udfCall3(F:\Workspace\testbox\system\BaseSpec.cfc:841)
test.v2.seleniumtest_cfc$cf.udfCall(F:\Workspace\CFSelenium\test\v2\seleniumTest.cfc:12)
selenium_cfc$cf.udfCall(F:\Workspace\CFSelenium\selenium.cfc:9)
selenium_cfc$cf.udfCall(F:\Workspace\CFSelenium\selenium.cfc:27)
cfselenium.drivers.firefoxdriver_cfc$cf.udfCall(F:\Workspace\CFSelenium\drivers\FireFoxDriver.cfc:9)
cfselenium.drivers.webdriver_cfc$cf.udfCall4(F:\Workspace\CFSelenium\drivers\WebDriver.cfc:300)

299: javaFactory.createObject(
300: "io.github.bonigarcia.wdm.#driverName#DriverManager"
301: ).getInstance().setup();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant