selenium-webdriver Questions

5

I'm soliciting you today because I've got a problem with selenium. My goal is to make a fully automated bot that creates an account with parsed details (mail, pass, birth date...) So far, I've mana...
Apostatize asked 10/11, 2020 at 12:41

10

Solved

Recently got a mac and was able to run Mozilla without any issues but having trouble installing chrome extensions and running it for selenium. Can someone guide me through the process of installing...

4

Solved

I have a list of URLs in a .txt file that I would like to run using selenium. Lets say that the file name is b.txt in it contains 2 urls (precisely formatted as below): https://www.google.com/,ht...
Azeotrope asked 15/1, 2020 at 16:22

7

Starting with MS Edge version 113.0.1774.50 my Selenium tests (written on c#) started to fail, because of appearing 'Personalize your web experience' prompt. 'Personalize your web experience' promp...
Agitation asked 31/5, 2023 at 21:17

7

Solved

When I'm executing this code with Selenium using Python: from selenium import webdriver from selenium.webdriver.common.by import By import time driver = webdriver.Chrome(executable_path=r'/Users/q...

6

Is there a way to show current cursor position or something like this? I have action chain that should click on the exact point on some object but I guess I've picked up wrong coordinates. I use Fi...
Inflationary asked 4/4, 2014 at 9:38

7

Solved

I have to use the two factor authentication feature of github. That is fine. I am unable to comprehend how to use that with Eclipse. Whenever I commit my code or perform any activity, the only pro...
Solifluction asked 11/9, 2015 at 15:56

5

Solved

I'm unable to test file download with Selenium (python), after Chrome update to the version '122.0.6261.70'. Previously running Chrome with the '--allow-running-insecure-content' arg did a trick. T...

5

Solved

I am learning Java Maven Selenium. I want something like this in Selenium using implicitlyWait. Open website (for example https://www.facebook.com) Click on email field of login Wait 20 seconds E...
Wondrous asked 22/12, 2015 at 18:57

4

Solved

How do I get the visible text portion of a web page with selenium webdriver without the HTML tags? I need something equivalent to the function HtmlPage.asText() from Htmlunit. It is not enough to...
Keturahkeung asked 20/8, 2013 at 13:57

5

Below is the html for SVG, pls help me with creating XPATH for same <svg data-reactid=".1q.0.3.1.0" version="1.1" class="svg-connector"> <circle data-reactid=".1q.0.3.1.0.0" r="7" cy="11...
Stelle asked 28/2, 2018 at 7:24

3

from selenium import webdriver browser = webdriver.Chrome() When doing this; I am getting: Traceback (most recent call last): File "<stdin>", line 1, in <module> File &quo...
Bustamante asked 20/4, 2022 at 20:49

3

I have downloaded the latest Chrome version from link https://googlechromelabs.github.io/chrome-for-testing/#stable for Windows 64 (125.0.6422.60). But after downloading, I am unable to get the chr...
Williamswilliamsburg asked 17/5 at 13:39

5

Solved

With Selenium or JavaScript how could you get the (over the network) transferred size (bytes) of the loaded page including all the content, images, css, js, etc? The preferred size is that of what...
Bellringer asked 15/12, 2014 at 18:18

2

Solved

Getting "No such session exception" while running selenium in my pipeline. I find many solutions related it but none worked for me. Any assistance or idea? Exception trace: org.openqa.selenium.NoS...

9

Solved

I'm using Selenium webdriver but it don't quit chrome and chrome driver properly . Some of processes staid runner. code for quitting chrome : driver.quit(); code for starting chrome : System...
Whiffet asked 18/3, 2015 at 13:36

4

Have a python script running some scrapers using selenium and chromedriver. Have been scraping the same sites for a few years now with no issues. Starting last night, the same sites have started to...

10

I have created a Cucumber feature file and steps file, then I have clicked "Run configurations" for feature file and I see the following in the console. How can I solve this problem? *Fea...
Burnish asked 29/8, 2021 at 16:11

9

I want have a text that is copied to the clipboard and would want to paste that into a text field. Can someone please let me know how to do that for ex:- driver.get("https://mail.google.com/"); ...
Mechanism asked 7/11, 2016 at 7:12

1

In my Selenium-JAVA-Gradle based automated test project running in CI: Teamcity server, recently we updated the JAVA and Gradle version. The tests run good without any error locally but the build i...
Inshrine asked 25/10, 2023 at 9:36

20

I know this has been asked lots of times before but how do you get around the "element not interactable" exception? Here is my code: button = driver.find_element_by_class_name(u"info...
Footie asked 22/5, 2017 at 17:47

13

Solved

How do I get Selenium WebDriver to scroll to a particular element to get it on the screen. I have tried a lot of different options but have had no luck. Does this not work in the C# bindings? I can...
Mathieu asked 12/2, 2015 at 9:25

4

I am trying to sendkeys an emoji. I have tried to send it by copying the emoji đź‘Ť, but it raised this exception: OpenQA.Selenium.WebDriverException: unknown error: ChromeDriver only supports chara...
Kobi asked 14/12, 2018 at 21:59

10

I had coded automation testing in selenide but strange time comes up. The browser window not able to establish websocket connection to http://localhost:2757/devtools/browser/uuid > [ERROR] Tests...
Fascinator asked 9/3, 2023 at 3:18

9

Solved

I try to scrape this site by Selenium. I want to click in "Next Page" buttom, for this I do: driver.find_element_by_class_name('pagination-r').click() it works for many pages but not for...

© 2022 - 2024 — McMap. All rights reserved.