I disabled loading images in chrome while using webdriver with selenium now cant enable it. I was using python to webscrape on instagram so thought it would be
I am trying to automate complaints with the FCC. I'm having trouble interacting with a dropdown box located at https://consumercomplaints.fcc.gov/hc/en-us/reque
When starting the function def run(driver_path): driver = webdriver.Chrome(executable_path=driver_path) driver.get('https://tproger.ru/quiz/real
from selenium import webdriver options = webdriver.ChromeOptions() options.add_argument('--proxy-server=125.62.213.229:82') browser = webdriver.Chrome(executa
I am trying to use the WebDriver for the Edge Chromium version with PostMan, but I cannot make it work. WebDriver Download: https://developer.microsoft.com/en-
Selenium is there a capability or option to stop 'Save Card?' popup Chrome mobile browser? I am using Browserstack automate to run selenium tests on an Android
I am using java as scripting language in JMeter 3.0 and jmeter-plugins-webdriver-1.4.0.jar. When I run my script which is supposed to open a browser and go to g
I saw that touch actions are now deprecated and the recommendation is to use webdriver actions instead. I've been following the exact example from: https://appi
After searching the web for hours i didnt yet find an answer to my problem. I am using Python 3.6 and i cant import selenium. I always get the message "No modul
I am currently doing QA Automation on a web application with Selenium WebDriver, and the language I decided to use is Python 3. Everything was going great until
I want to take all the network request using selenium..I am not getting any way to find this solution.If anyone can suggest me or provide code or library that w
I'm trying to read telegram messages from https://web.telegram.org with selenium. When i open https://web.telegram.org in firefox i'm already logged in, but wh
I have the following set up: Docker container running webdriver driven test where the chrome debugger port has been exposed; chrome, chromedriver and the test s
I close my driver and reopen it between each negative test, for example - in my negative login test - if the test failed it means the login succeeded, then I cl
I'm having an issue with the "Page should contain element" keyword in combination with the "Create webdriver" keyword. For example, using the "Open browser" key
When I manually open a browser, both firefox and chrome, and proceed to a website where I previously saved my login credentials via the browser, the username an
I've tried to update Selenium webdriver version and now i cant run my tests because of following exception: Error: Could not find or load main class org.t
I'm working with Selenium in Python. I would like to get the .val() of a <select> element and check that it is what I expect. This is my code: def test_
I am trying to use selenium webdriver to spawn an instance of Firefox. In the past, I was able to do this after installing geckodriver and making sure that it w
Using watir-webdriver for automation I'm not able to handle Firefox "Untrusted Connection" . Already tried this: require 'watir-webdriver' profile = Selenium