Results for selenium-webdriver
Hello I am a beginner to python and selenium and I wanted to make a simple program that open google chrome. Am using PyCharm. This is the code: Code i...
I've renamed the chrome executable to rome.exe for experimenting purposes, and well, it doesn't open the webpage by driver.get() but it does open the ...
I want to just write a hello world with selenium and have the following code: from selenium import webdriver driver = webdriver.Chrome('C:/Users/...
I am trying to extract the table from this website: https://serviciosede.mineco.gob.es/indeco/reports/verSerieGraf.aspx/?codigo=230400&frec=-1 The tab...
I'm trying to set up a test with Selenium Webdriver and Cucumber.js on Node.js. I have a check in a homePageSteps.js file to simply see if a banner ex...
I'm scraping this page with Python and Selenium. Specifically, I'm trying to scrape all the job search results (divs with job information), and as you...
I am trying to find a way to find main price and also discounted price in a webpage but I can get just one of them and I need a good pattern or method...
I want to make an integration Selenium test of my Spring Boot Web application, however I can't figure out how to update the object inside my test clas...
I have following code: from selenium import webdriver driver = webdriver.Chrome() driver.get("https://google.com") This code works well ex...
I have tried many different ways I found online on how to locate this button, but after every try, the function gives me an empty list. I need to loca...
I have this selenium script that can enter email address, hit the use password button but then fails on entering the password: from selenium import we...
I am trying to retrieve the prices from the website https://app.evimdekipsikolog.com/. The prices are within "cards" within the following element <...
I'm trying change currency on USD in booking.com website by Selenium but I got a little problem with "click" on USD sign. My code always set first Cur...
I'm stucked to access this website - https://... The cloudflare is blocking the selenium driver. Currently i'm using https://github.com/seleniumbase/S...
from selenium import webdriver from webdriver_manager.chrome import ChromeDriverManager driver = webdriver.Chrome(ChromeDriverManager().install()) dr...
I cannot find element by class attribute using selenium from this site. Unfortunately I get an NoSuchElementException. But at the same time I am sure ...
Now, I am using Chrome browser Version 119.0.6045.160. But the latest Chrome Driver version, I downloaded is "ChromeDriver 114.0.5735.90" For this cod...
I'm setting up an Azure DEVOPS pipeline to run automated UI tests. This has mostly been a success apart from one detail. The Azure Pipelines VM/agent ...
table = driver.find_element(By.XPATH, "//table") This is working but finds the first table on webpage, there are three on the page and I wan...
I'm scraping a website and I want to check if the content that is found by browser.find_element() matches a specific word given in the code. If it doe...
I am e.g. trying to find something like this on an international websites: unicode: "\u202aDansk\u202c\u200f" html: ‪Dansk‬‏ This do...
I have problems about extracting tweets from Twitter. As I extracting tweets with Python Selenium, after a while Twitter occurs "Can't load page". To ...
Just started learning Selenium with Python. And no matter how much I change the WebDriverWait, it's still giving me the TimeoutException. from seleniu...
I am trying to extract the text using Xclass that follows the bolded politicians name in the below code. I am able to extract the politicians name and...
I am at my wits end. I know how to log in with Selenium. But I do not succeed in logging in to a publish-dev-Site to test. The browser itself asks me ...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?