Revant
Revant
I assume that usage of [pipfile](https://github.com/pypa/pipfile) solves this as it gives us with the support to lock down on requirements very similar to how we deal it on `npm`
I am trying to connect from selenium using python with this code `` from selenium import webdriver capabilities = { "browserName": "firefox", "enableVNC": True, } driver = webdriver.Remote( command_executor="http://callisto.aws.mycloud.local/", desired_capabilities=capabilities)...
@nagarjunakappurapu - you might need to update the master readme.md file with the updated methods - Thanks!
This error occurs when we are converting the `page readiness` and `by validator` in the form of decorators, Please try to check for any possibility to fix as it is...
removed the milestone as it is no longer a blocker for current release