This loop scrolls through the list of names on a web page and clicks on each "Add" button next to the name. It works well and correctly wait = WebDriverWait(dri
I am trying to scrape Nasdaq webpage and have some issue with locating elements: My code: from selenium import webdriver import time import pandas as pd driver
I would like to get first prices ($916.65) in pyhton but I do not know which method do I need to apply ? Each price has the same tag (div class="price"). Shoul
I'm trying to load an extension(Metamask) into chrome to do some automated stuff. It works just fine on on my gaming grade rig, but both my laptop as well as my
When I click record it pops up normal tab in Brave browser instead I want to use tor mode is it possible to do so ?
I am relatively new to the Test Automation and in particular to the Selenium. I am using Selenium Web-driver, Eclipse. One of the biggest problems I am experien
I need to scrap some data from this url: https://www.cnrtl.fr/definition/coupe The data/results I need to scrap are located in those 3 different tabs: I'm unab
I'm trying to write a script to automate some tasks with Selenium and Python, and every time I try to click on a button from selenium import webdriver from sele
I'm trying to create a script using python that separate 2 kind of websites , the one with SPF included and the others with SPF , and classify them using python
I want to return the links to all posts from a specific subreddit on my Reddit homepage. My intuition is to do this by looking for the next link after it finds
OpenQA.Selenium.WebDriverException: "The HTTP request to the remote WebDriver server for URL http://localhost:61601/session/bf47076dd5340edf30b904f946dae6f2/url
I am trying to create an executable jar file of a Maven Project in Eclipse.was using testNG in the maven project..so created a runner class with main method an
https://www.nasdaq.com/market-activity/stocks/screener - i need to download csv file from this site, If solution in selenium or robot frame work both are fine.
I currently have a working python script leveraging Selenium driver for Edge browser. I need this script to run as job but due to security setting SQL Agent and
I have imported the Maven project(RestAssured API) and did the Maven--> Update project. But when I run this I don't see the TestNG option in Run as. Also, De
I access Websites in a loop via selenium Java based. Some of the sites crash imediately so that i get the error [1618982990.911][WARNING]: Timed out connecting
I want to get the text within a var tag which lies within a pseudo class: ::before ... <var class="added">Element</var> .. ::after I tried How locat
I am trying to set up sock5 proxy setup with firefox + python + selenium. I am having IP and PORT of the proxy server. Even i added username and password it is
On this website (https://www.tradingview.com/symbols/NASDAQ-TSLA/financials-income-statement/), there is a table with clickable arrows on some of the rows. I've
I have created a telegram bot that sends screenshots of the browser webpage. I have used python-selenium package in order to connect browser with telegram-bot b