I am using the latest version of selenium with java. I am trying to find the number of elements in a certain web page having the same css selector, but I don't
hi im using chrome driver but i cant fix this error mycode: options = Options() options.add_argument('--disable-gpu') options.add_argum
I have an automation framework developed using webdriverIO. The issue is all test cases start failing whenever chrome updated as chromedriver didn't update auto
I'm using different web urls in tabs in one browser, in order to get the required value from one website and add it to the other. I use a robot framework for th
Get tired to guess proper syntax. Please, help me out with my problem! Writing code in Python3. My code: from selenium import webdriver from selenium.webdriver.
I'm trying to use Selenium to test a web app, and my tests are running smoothly using webdriver-manager. I already pip installed the webdriver_manager and selen
Code: from selenium import webdriver from bs4 import BeautifulSoup driver=webdriver.Chrome('H:\datascience-python\selinium\chromedriver.exe') driver.get('htt
I want to make a search system when we enter a word in a variable, it search between all links’ names of this page (all the games) a little like a «
I need to grab some information from a site just for education purpose, however i cannot send requests because of the protection. I get The typical Checking-you
I'm using VS Code and Anaconda3. Currently trying to install ChromeDriver_Binary but, when I try to execute code, I get this error: selenium.common.exceptions.
I am using protector, selenium for running the UI automation. For chrome driver I am using webdriver-manager for testing the UI Automation. It run successfully,
I'm trying automate data entry using Selenium Basic for Excel VBA. I've been able to log in to the website via locating the necessary element selectors on the l
I'm trying to check compatibility of chrome and chromedriver to prompt the user to download the correct chromedriver version if needed. I'm looking to check the
I use Chromedriver 78.0.3904.70, WebDriverException: target frame detached exception has occurred, but in previous version of chromedriver all worked fine.
I created tests on selenium ide. I want to run java files on intellij idea. I prepared pom.xml like that but I have problem with running tests. dependencies>
I've tried login with Gmail or any Google services but it shows the following "This browser or app may not be secure" message: I also tried to do options like
import warnings warnings.filterwarnings('ignore') from selenium import webdriver from selenium.webdriver.common.keys import Keys from selenium.webdriver.suppor
So I have the following Selenium Chrome Webdriver process that is working correctly locally. Basically, when the below code is run, a purchase is made through
Selenium 4: I have an error on this line of code : devTools.send(Emulation.setDeviceMetricsOverride(600, 1000, 50, true, Optional.empty(), Optional.empty(),
I am using python selenium for implementing tests. I need to keep login process so I don't log in every time. I use add_argument("--user-data-dir=chrome-data")