We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Nerodia Version: 0.14.1 Selenium Version: 4.3.0 Browser Version: Latest Browser Driver Version: Latest OS Version: Windows 10
If I set my browser='remote', provide Options, and set a command_executor url, the test should run as expected.
Instead I get the following error: HOOK-ERROR in before_scenario: AttributeError: type object 'DesiredCapabilities' has no attribute 'REMOTE'
I am trying to convert this example from regular selenium to nerodia. https://www.lambdatest.com/support/docs/behave-with-selenium-running-behave-automation-scripts-on-lambdatest-selenium-grid/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Meta -
Nerodia Version: 0.14.1
Selenium Version: 4.3.0
Browser Version: Latest
Browser Driver Version: Latest
OS Version: Windows 10
Expected Behavior -
If I set my browser='remote', provide Options, and set a command_executor url, the test should run as expected.
Actual Behavior -
Instead I get the following error:
HOOK-ERROR in before_scenario: AttributeError: type object 'DesiredCapabilities' has no attribute 'REMOTE'
Steps to reproduce -
I am trying to convert this example from regular selenium to nerodia.
https://www.lambdatest.com/support/docs/behave-with-selenium-running-behave-automation-scripts-on-lambdatest-selenium-grid/
The text was updated successfully, but these errors were encountered: