Learncado
Learncado

Learncado brings together a vast collection of questions and answers. Expand your knowledge, learn new skills, and find solutions to your queries effortlessly. Enhance your learning experience and save valuable time by exploring our website today.

Resources

  • Questions
  • Question By Tags

Help and support

  • Contact
  • About

  • Geniecourse
  • Jetsodeals
  • Rentcado
  • Dealcado
© 2021-2023 Learncado All Rights Reserved.

Search Results

Results for selenium-webdriver

December 1st, 2023
Selenium webdriver handling errors

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...

pythonwindowsselenium-webdriverpycharm
Read more
December 1st, 2023
Control over browser lost when executable path is specified

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 ...

pythonselenium-webdriver
Read more
November 30th, 2023
Selenium not working with correct chromedriver version and chrome version

I want to just write a hello world with selenium and have the following code: from selenium import webdriver driver = webdriver.Chrome('C:/Users/...

pythonselenium-webdriverselenium-chromedriver
Read more
November 29th, 2023
Trouble getting an html table from an aspx website

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...

pythonpython-3.xselenium-webdriverweb-scrapingbeautifulsoup
Read more
November 28th, 2023
How do I abstract a function with Selenium's `this.item.findElement()` into another file?

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...

javascriptnode.jsselenium-webdrivercucumberjs
Read more
November 26th, 2023
XPath - how to select div that has a specific class, but only if it has a child div with a specific class inside iframe?

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...

pythonselenium-webdriverxpath
Read more
November 26th, 2023
How to find main price and discounted price in a webpage using selenium and python?

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...

python-3.xregexselenium-webdriverbeautifulsoup
Read more
December 1st, 2023
How can I manipulate the data in Spring Boot Test class so that it is updated on the Server as well? (Integration testing, Selenium)

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...

javaselenium-webdriverspringspring-bootspring-boot-test
Read more
November 24th, 2023
Why do I need the ChromeDriver in Selenium?

I have following code: from selenium import webdriver driver = webdriver.Chrome() driver.get("https://google.com") This code works well ex...

pythonpython-3.xselenium-webdriverselenium-chromedriver
Read more
November 23rd, 2023
How to locate a button using selenium and xpath

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...

pythonselenium-webdriverweb-scrapingxpath
Read more
November 20th, 2023
Why does my Selenium script fail on password element?

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...

python-3.xselenium-webdriverselenium-chromedriver
Read more
November 24th, 2023
Html file is missing content when loading with Selenium only after Deploy

I am trying to retrieve the prices from the website https://app.evimdekipsikolog.com/. The prices are within "cards" within the following element <...

javascriptselenium-webdriverselenium-chromedriver
Read more
November 19th, 2023
How to change currency in booking by selenium

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...

selenium-webdriverweb-scrapingcss-selectors
Read more
November 20th, 2023
Selenium + Cloudflare - trouble to access page

I'm stucked to access this website - https://... The cloudflare is blocking the selenium driver. Currently i'm using https://github.com/seleniumbase/S...

pythonselenium-webdriverselenium-chromedriverweb-scrapingcloudflare
Read more
November 16th, 2023
selenium has no attribute

from selenium import webdriver from webdriver_manager.chrome import ChromeDriverManager driver = webdriver.Chrome(ChromeDriverManager().install()) dr...

pythonselenium-webdriver
Read more
November 15th, 2023
Cannot find element by class attribute using selenium

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 ...

pythonselenium-webdriver
Read more
November 14th, 2023
Which version of Chrome Driver should I download for selenium?

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...

pythonselenium-webdriverselenium-chromedriverundetected-chromedriver
Read more
November 14th, 2023
Update Visual Studio test platform to use latest version of Edge browser when using Azure Pipelines

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 ...

c#selenium-webdriverazure-devopsautomated-testsvisual-studio
Read more
November 14th, 2023
Get the 3rd element (table) on webpage using Selenium find element

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...

selenium-webdriverselenium-chromedriverhtml-table
Read more
November 13th, 2023
if x matches y webscraping selenium

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...

pythonselenium-webdriverweb-scrapingif-statement
Read more
November 10th, 2023
Xpath how find element containing text containing unicode?

I am e.g. trying to find something like this on an international websites: unicode: "\u202aDansk\u202c\u200f" html: ‪Dansk‬‏ This do...

selenium-webdriverxpathunicode
Read more
November 9th, 2023
How to extract tweet from Twitter using Python Selenium

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 ...

pythonselenium-webdriverselenium-chromedrivertwitter
Read more
November 6th, 2023
Why am I getting TimeoutException in Selenium with Python?

Just started learning Selenium with Python. And no matter how much I change the WebDriverWait, it's still giving me the TimeoutException. from seleniu...

pythonselenium-webdriver
Read more
November 3rd, 2023
Using Selenium and XPATH, how would I extract text that follows a bolded link?

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...

pythonselenium-webdriver
Read more
November 1st, 2023
How do I log in to a site in Selenium4 with Python - if the browser itself asks for Sign in BEFORE letting me open the site

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 ...

pythonselenium-webdriverbrowser
Read more

Hot Topic

  • 25881

    How do I undo the most recent local commits in Git?

  • 11618

    How can I remove a specific item from an array in JavaScript?

  • 20343

    How do I delete a Git branch locally and remotely?

  • 7387

    How can I find all files containing a specific text (string) on Linux?

  • 7330

    How to find all files containing specific text (string) on Linux?

  • 7611

    How do I revert a Git repository to a previous commit?

  • 2671

    How do I create an HTML button that acts like a link?

  • 8481

    How do I check out a remote Git branch?