Anders Steiner
Anders Steiner
I think this may be the problemn ``` our PageObjects are using serenity's FindBy annotations ``` Not sure what the serenity framework does but my guesses are that WebDriverExtensionFieldDecorator does...
Sorry, no plan for that. I have very limited time right now. But feel free to create a new doctorater and I'll add it to webdriverextensions. Should not be to...
Thanks! I'll try to release a fix right away.
Okey so I looked into this. The problem is not that the constant is deprecated in selenium. The problem is that one must start a RemoteWebDriver to be able to...
The @TakeScreenshotOnFailure annotation uses `((TakesScreenshot) driver()).getScreenshotAs(OutputType.FILE);` to take a screenshot and it looks like complete webpage screenshots are not supported in latest version of WebDriver. The W3C Specification says it...
I have not looked into this more since it's standard webdriver behavior. If anybody knows about a workaround please share it.
You can't use the WebDriverRunner for that since it does not support those drivers. Though you could create the driver yourself and set the driver that the Bot driver is...
You must use `@Before` and `@After` and login in each test since the WebDriverExtensionRunner creates a new WebDriver for each test. It does not reuse them and currently that is...
What is the use case? Is it to reuse the driver to speed up tests? All PR's are welcome
A temporary workaround to solve this issue is to install the plugin through the PR branch with ``` npm install andidev/serverless-python-requirements#support-latest-pipenv ```