-
Just leaving this as a suggestion seeing as I just released the [first official version](https://github.com/watzon/marionette/releases/tag/0.1.0) of [Marionette](https://github.com/watzon/marionette).…
-
When I try run my test.
> selenium-standalone start
10:51:37.031 INFO - Launching a standalone Selenium Server
Setting system property webdriver.chrome.driver to /usr/local/lib/node_modules/selenium…
-
## Description
When I try to submit to Codeforces, it receives wrong User-Agent error message and this submission failed.
```console
[WARNING] You may use wrong User-Agent: 'online-judge-to…
-
Operadriver version 83 issue - not working with opera version 69.0. Getting error - org.openqa.selenium.SessionNotCreatedException: session not created: This version of OperaDriver only supports Opera…
-
Try all not working Opera with 0.1.0 and hopefully find (maybe older version) which will work with that operadriver.
-
I tried to write a test that can be run on five different browsers: Chrome, Firefox, Opera, Edge, and IE. So far, I managed to succeed with Chrome, Firefox, and Opera, but I encountered some problems …
-
Getting Error :
com.epam.reportportal.exception.ReportPortalException: Report Portal returned error
Status code: 404
Status message: Not Found
Error Message: Launch '8dabd205-f030-47a7-b761-13d458…
Ngaur updated
3 years ago
-
[//]: # NOTE: This repository only maintains packages that are listed in the [Readme](https://github.com/webdriverio/webdriverio/blob/master/README.md#packages). Please make sure that your issue is di…
-
Hi,
to avoid captcha on browserstack we are using user agents on each robot with "/**hash**" on the final of each user agent but for some browsers (Edge and IE) when running test cases user agent o…
-
Code:
def get_opera():
return webdriver.Opera()
driver = get_opera()
Tried also this:
def get_opera():
options = webdriver.ChromeOptions()
options.bi…