-
## System
* Version: geckodriver-v0.18.0-win64
* Platform: Windows 10 Pro
* Firefox: 55.0.2 (64-bit)
* Selenium: selenium-java-3.5.0
## Testcase
In this test case, desired element needs to be …
-
Trying To Screen shot i.redd.it
After About 30S I get an error
```
⏱ Processing post: i.redd.it
📸 Screenshotting post...
DevTools listening on ws://127.0.0.1:59418/devtools/browser/138cc65b…
-
```
from linkedin_scraper import Person
from selenium import webdriver
driver = webdriver.Chrome()
actions.login(driver, email, password)
person = Person("https://www.linkedin.com/in/andre-iguoda…
-
Thank you for the awesome search engine scraping tool!
I'm trying GoogleScraper to extract some URLs for given search terms. GoogleScraper works well with Google & Bing, but it cannot extract search …
-
I'm unable to scarp the reviews, it showed me this
DevTools listening on ws://127.0.0.1:57417/devtools/browser/4c960584-6cdf-450f-831f-a1175e7d6d6a
[0723/113647.067:INFO:CONSOLE(0)] "Autofocus proc…
-
I use Java + TestNG to run tests on iOS and Android. For iOS I use 2 devices: iPhone 6S Plus (iOS 11.4) and iPhone 5S (iOS10.3.3). When I run the tests, Appium finds the ID for a certain element on th…
nemue updated
5 years ago
-
{"username": "pnitin3103@gmail.com", "password": "ajency#123"}
Run sequence : 1
Logging into Gmail as pnitin3103@gmail.com
ERROR::07:38:13 Unable to identify Gmail account verification Page
Lo…
-
Hi,
Thank you for your effort.
it works good when using Browsers but on Docker it stops with the error
`Traceback (most recent call last):
File "./main.py", line 139, in
main()
File "…
-
Hi,
Im very close to using this but there's only one thing stopping me. In Firefox, when I want to send a request with a header. Without this header, my request is going to fail.
I tried this:
`…
-
I have tried following code
driver.findElement(By.id("txtSearchFields")).sendKeys(Keys.ENTER);
Even i tried
driver.findElement(By.id("txtSearchFields")).sendKeys("{ENTER}");
also tried
Web…