selenium-webdriver Questions

4

Solved

I want to capture screenshot of a website in high resolution to recognize text or simply to save high quality images. I tried this code in Python 2.7. The website http://www.flaticon.com/ has been ...
Jasminejason asked 20/9, 2016 at 17:23

2

It is portion the code after driver=new ChromeDriver(); line it give me error i check with sysout, errors are in the 2, well i am not well experienced using Maven but i am checking my pom.xml file...

7

Solved

I need to turn off the Marionette/GeckoDriver logging; is there is any way to do that? I've been searching a lot, but I am not getting the proper answer. The INFO logs were: 1484653905833 geckodr...
Threesquare asked 17/1, 2017 at 12:6

7

Solved

Hello all I am using webdriver so if I want to use selenium;s rc function isElementPresent I have to emulate selenium rc so I do something like this: import org.openqa.selenium.By; import org.open...
Exeunt asked 7/5, 2011 at 17:50

3

Solved

I am running the Chrome driver over Selenium on a Ubuntu server behind a residential proxy network. Yet, my Selenium is being detected. Is there a way to make the Chrome driver and Selenium 100% un...

4

Solved

In my batch execution, multiple browsers with multiple tabs are getting opened for first scenario. I wanted to close all these browsers before starting second scenario. Driver.close() is just clo...
Wield asked 9/2, 2016 at 7:20

4

Solved

I am using the time library in my script: import time time.sleep(1) It can sleep my Selenium WebDriver for one second, but how is it possible for 250 milliseconds?
Implacable asked 2/10, 2018 at 7:35

8

Solved

I get an error while running this selenium script. Please suggest what can be done to fix this: Script: from selenium import webdriver from selenium.webdriver.common.keys import Keys import re imp...
Rugged asked 5/5, 2017 at 5:43

6

I am using Firefox WebDriver in Python 2.7 with Selenium. My python program starts Firefox browser and visits different websites when I run the program. But, I need to set the proxy with authentica...

3

Solved

The Story: One of the approaches to solve captchas, like Google ReCaptcha, is to try to imitate the human mouse actions: movements, hovering and clicks. Some users reported that making mouse move...
Nolitta asked 10/9, 2016 at 4:9

5

Solved

I am using python + selenium for web browser automation and getting this error. DevTools listening on ws://127.0.0.1:57671/devtools/browser/8a586f7c-5f2c-4d10-8174-7a7bf50e49b5 [5096:1196:0909/183...

4

Solved

Selenium: I am new to WebDriverJS. I have tried this approach in Java. Long repaeted = 0l, scrollHeight = 0l, returnHeight = 0l; while(true){ if (repaeted == 0) { returnHeight = (Long) jse.exec...
Alicea asked 13/10, 2015 at 5:24

5

Solved

I am writing automation test in Selenium using Python. One element may or may not be present. I am trying to handle it with below code, it works when element is present. But script fails when eleme...
Thermistor asked 24/6, 2016 at 21:56

1

Solved

I am working on certain stock-related projects where I have had a task to scrape all data on a daily basis for the last 5 years. i.e from 2016 to date. I particularly thought of using selenium beca...
Boling asked 10/1, 2022 at 10:37

7

When I tried to Install TestNG on my VM (virtual Machine) getting an error "Unable to read repository at http://beust.com/eclipse/content.xml." "peer not authenticated" I tried many solution avai...
Brynn asked 25/1, 2017 at 9:14

6

Here I have the image of my code and the image of my error. Can anyone help me to resolve this issue?
Analcite asked 9/5, 2017 at 10:59

6

Can anybody tell where I can find 64 bit version of chromedriver.exe? I tried it with 32bit also but it doesn't call main method.
Cabin asked 15/4, 2014 at 10:49

2

I am trying to install selenium in my PC so I tried these: pip install selenium Then I went to this site to download geckodriver and copied it to /usr/bin . To test if selenium is working. I r...
Dowell asked 23/8, 2017 at 15:15

4

Solved

I'm trying to use the Selenium RemoteWebDriver in C#, basically all I want to do is to programmatically scrape a webpage's html after the javascript has completed manipulating the DOM (without a br...
Nonu asked 12/4, 2011 at 17:48

2

Solved

As some background, I'm playing around with BrowserMob proxy and I am getting blocked by the port settings. So I'd like to know how to set a port by myself. Server srv = new Server(@"C:\BMob\bro...
Pronouncement asked 8/7, 2016 at 15:22

5

Solved

While scraping a page using selenium webdriver, there is a "pop up" that appears . On Opening the page, http://www.fanatics.com/search/red%20shoes - I see a popup window with xpath '//*[@id="mm_De...
Iveyivie asked 3/12, 2014 at 11:16

8

Solved

I'm new comer of Selenium, and I can use selenium with Chromedriver to do basic auto-test now, the code works fine, but the problem is Chrome browser always update automatically at the backend, and...

11

Some of WebElements are not recognized by WebDriver, WebDriver fails to find the element which is not visible in browser's visible area. In order to make the WebElement viewable by WebDriver, We n...
Delarosa asked 28/11, 2014 at 12:57

1

Solved

I'm coding a program with selenium in python that search a website (that changes every time but the format is similar) and download the image from it. If there's the copyright the program close the...
Blakely asked 24/12, 2021 at 15:34

4

Solved

Unable to use send_keys() on an element inside an iframe. How can I select this iframe, and which element inside should be used for send_keys()? Here's the html code of the iframe: <iframe clas...
Marbut asked 20/9, 2013 at 19:9

© 2022 - 2024 — McMap. All rights reserved.