Skip to content

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

Description

@tkiansoon

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();

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions