-
From initial testing it appears that this module also works with 3.x, any known reason not to update the dependency to also allow 3.X?
package.json
...
"selenium-webdriver": "^2.44.0"
...
-
Hi,
Hope someone can help me looking into this issue.
I updated my chromedriver to the latest version i.e. v75.0.3770.8, my regression tests started failing since then.
**See the error message …
-
Hi team, I am trying to execute the serenity test in Internet explorer but I am getting the below error message . But scripts are not running in IE browser but the same is successfully running in chro…
-
After creating a maven serenity project https://github.com/phanhnt/SeleniumPractice/issues/2
**1. Config serenity version in pom.xml**
when creating a maven serenity by command, the newest ve…
-
使用from snapshot_selenium import snapshot将得到的html转为图片,报错,
使用方法为pyecharts.render.make_snapshot(snapshot_selenium.snapshot, 'xxx.html', 'xxx.png')
```
Traceback (most recent call last):
File "/home…
-
## System
* Version: 0.24.0
* Platform: Debian 7.11
* Firefox: 62.0.2
* Selenium: 3.141.0 with Python3
## Testcase
Here is a testcase using Python selenium
```python
from selenium impo…
-
I'm trying to pass custom location of firefox but unable to do that.
Selenium supports 2 ways of adding extra configs:
1. pass as inline parameter :
```
java -jar "selenium-server-standalone-3.…
-
```
Operating system and version (32/64bit) : windows 7 64 bit
.Net Framework version : Microsoft .NET Framework 4
Office name and version(32/64bit) : Microsoft Office 2007
Browser name and version : …
-
i tried it but cant
-
#### What are you trying to achieve?
I have an iframe somewhere on my page, with some elements inside it. I am using grabElementBoundingRect to check if an element in the iframe is within the current…