Expected Behavior
Is the current nightwatch-api compatible with nightwatch 2.0.4?
Current Behavior
After installing the latest nightwatch 2.0.4, my scripts are now failing with an error "runner.startWebDriver is not a function".
TypeError: runner.startWebDriver is not a function
Steps to Reproduce (for bugs)
Set the package.json to "nightwatch": "2.0.4" and install it.
-
-
-
Context
I'm trying to use the latest nightwatch since it has new features and bug fixes.
Your Environment
- Version used: nigthwatch-api 3.0.4, "@cucumber/cucumber": "^7.3.2", "nightwatch": "2.0.4"
- Browser Name and version: Chrome 97
- Operating System and version (desktop or mobile): Windows 10
Expected Behavior
Is the current nightwatch-api compatible with nightwatch 2.0.4?
Current Behavior
After installing the latest nightwatch 2.0.4, my scripts are now failing with an error "runner.startWebDriver is not a function".
TypeError: runner.startWebDriver is not a function
Steps to Reproduce (for bugs)
Set the package.json to "nightwatch": "2.0.4" and install it.
Context
I'm trying to use the latest nightwatch since it has new features and bug fixes.
Your Environment