-
Hi,
I want to extend the pytest-selenium methods, but adding the new method in WebDriver class somehow doesn't work and still reports `AttributeError: 'WebDriver' object has no attribute 'wait'`.
…
-
### What happened?
I have a selenium driver I created from SSH. To do this I had to create a fake display which I did via pyvirtualdisplay
```
from pyvirtualdisplay import Display
display = Displa…
-
### What happened?
`downloadsEnabled`, This variable is null.
```java
default void requireDownloadsEnabled(Capabilities capabilities) {
boolean downloadsEnabled = (boolean) capabilities.ge…
-
### What happened?
I made a program but it causes constant segmentation faults when I stop it with the stop button! Help
### How can we reproduce the issue?
```shell
app.py:
import sys,…
iyamk updated
10 months ago
-
下载chromedriver,放在比如C:\Python27\Scripts
安装pip install selenium
-
Hi
I saw the calendar and date available but nothing happening after that. There is a captcha step after date and dropdown selection. Could that be the reason?
The log seems to be saying null v…
-
Hi guys,
I'm having trouble figuring out how to handle md-select elements. I can save the WebElement via model locator but when I try to select something (2nd two lines) the test halts with an error.…
-
When I run the script I get:
Message: no such element: Unable to locate element: {"method":"xpath","selector":"//input[@type='file']"}
Are the selectors in the default config still vaild?
[…
-
### Bug description
I'm seeing this type error exception only in some cases, but it seems outside of my control, here is the full trace:
```
Error: Argument 1 passed to Facebook\WebDriver\Remot…
-
Hi @saikrishna321,
We tried executing the IOS test case on pCloudy with the below capabilities on ATD, but "org.openqa.selenium.SessionNotCreatedException" exception is thrown,
{
"iOS": {
…