-
yarn add selenium-standalone
yarn add gemini
yarn selenium-standalone install
настроил конфигурационный файл gemini по примеру из документации
работает только хром, все остальные браузеры выдают…
-
Hey! I ran into a problem, the GetAttribute method always returns null. Rolled back to version 90.0.4430.85 and everything works again.
-
part of powershell:
`cd xx/selenium`
·java -jar .\selenium-server-standalone-3.4.0.jar·
08:12:42.356 INFO - Selenium build info: version: '3.4.0', revision: 'unknown'
08:12:42.356 INFO - Launching…
-
Operadriver ignores "prefs" experimental option completley.
For example, consider following line of code
`OperaOptions options = new OperaOptions();`
`Map prefs = new HashMap();`
`prefs.put("p…
-
The following code does not work in private mode:
```
Window window = driver.manage().window();
window.setPosition(new Point(0, 0));
window.setSize(new Dimension(width, height));
```
The code which …
-
hello,
i am running r windows 3.4 in linux by wine and i have this issue when trying to open opera using linux for operadriver.
-
I'm attempting to run this driver on all three operating systems. It works without issue on Windows and has done for a long while. However, when I attempt to run it on both **Mac OS X** and **Ubuntu**…
-
Firstly,I write the code.
**from selenium import webdriver
driver = webdriver.Opera()
driver.get('https://www.seleniumhq.org/')
driver.quit()**
I got the following error message.
`D:\Python3…
-
WebElement.sendKeys(Keys.ESCAPE) method doesn't generate keypress event in opera browser
Versions:
operadriver v. 1.1
opera browser v 12.12
OS Windows 7 x64\ Linux Ubuntu 12.10 x64
-
When providing the "user-data-dir" with the Opera Options page loading somehow is buggy - the url-bar remains empty and the window title always stays at "Speed Dial" and does not synchronize with the …