Most voted "webdriver" questions
29 questions
Sort by count of
-
5
votes2
answers2447
viewsHow to automatically download PDF to Selenium? With Python
I am using Python with the Selenium webdriver to automate the download of multiple PDF files. I get the PDF preview window. And now I would like to automatically download the file without popping up…
-
2
votes1
answer110
viewsError: "Selenium.common.exceptions.Webdriverexception: Message: Unknown error: Element is not clickable at point"
I’m setting a series of "checkboxes" in a variable lista. Then I run the variable through a loop so that only a few of them are clicked. But when the checkbox is not visible on the screen, Selenium…
python python-3.x selenium selenium-webdriver webdriverasked 7 years, 1 month ago Bergo de Almeida 181 -
1
votes1
answer498
viewsElementnotvisibleexception Selenium
I’m trying to log in to www.pactpub.com using the following idea def setUp(self): self.driver = webdriver.Chrome(executable_path='C:\_workspace\projects\Packtpub\chromedriver')…
-
1
votes1
answer787
viewsSystem.setProperty - Set path to chromedriver
I’m starting to mess with tests using Lenium and Junit. I need to set the chromedriver.exe path. I wonder if you can leave chromedriver.exe inside the project folder and set the path in a way that…
-
1
votes0
answers359
viewsSelenium works with Firefox, but not with Chrome
I was normally using Firefox on Selenium with Python, but I wanted to do some testing using Google Chrome, so I made the following change: self.driver = webdriver.Firefox() To self.driver =…
-
1
votes0
answers34
viewsMake it open and reopen every time a number of Python and Selenium tabs
I need this code of mine every hour to make the process of reopening all tabs or setting up or just closing everything and running this code every hour. Has as? from selenium import webdriver import…
-
1
votes0
answers942
viewsSelenium does not find the element
I’m starting to study the Selenium Webdriver and I’m doing some tests. I created a dummy account on an e-commerce site to automate a product purchase. I can access the page, log in and go to the…
-
1
votes1
answer85
viewsCan I use a variable to set a path in Filestream?
I have a test script in Selenium Webdriver using C# in which I read data from a file .txt external. The path to the file is fixed in the script, indicating a folder on my computer. But in the future…
-
1
votes2
answers16
viewsHow to enable firefox extensions in Selenium?
I installed an extension in firefox but when Selenium opens firefox it starts without the extension, is there any way that Selenium can start firefox with the extension that is installed or make it…
-
1
votes3
answers326
viewsFind a button using Xpath Selenium
I am trying to find a button using the webdriver + Python Selenium, the button code is: <button class="w-full h-14 pt-2 pb-1 px-3 bg-accent text-dark-1 rounded-full md:rounded select-none…
-
0
votes2
answers2083
viewsRemove infobar from Chrome when running tests with automated software
I tried to implement the Chrome Options in my script to delete that yellow bar of Chrome information, which is displayed every time we are running automated tests ("Chrome is being Controlled by…
-
0
votes0
answers222
viewsHow to check paging in Selenium webdrive - java
Hello, I’m having trouble checking the number of lines, to check whether or not you can make a pagination. I am using - Selenium webdriver - java Thank you.
-
0
votes1
answer61
viewsMethod [Test] not found after build
When I do the build from the script below, does not return any error; however, build does not locate the test method [Test], and I can’t execute it. My script is object oriented: calls the class…
-
0
votes1
answer72
viewsError when recognizing Webdriverwait
I am performing a unit test in C# with Selenium Webdriver and when trying to enter the code Webdriverwait the same is not found. I’m using the namespaces below and you still don’t recognize.…
-
0
votes1
answer196
viewsSelenium Web Driver Phantom JS c# Continue where you left off
I’m developing a robot in Selenium. However, this robot has a time that interacts with the user. However, I cannot make it continue where it left off. Let me give you an example: Pretend that this…
-
0
votes0
answers35
viewsSelect2 selector implementation with Selenium Webdriver
I am new with automated testing and Selenium Webdriver (c#), currently I am doing a test where there is a Select2 field, need to know how to implement for my test look at this field and select a…
-
0
votes1
answer167
viewsWebdriver not error but also does not open the browser
I tested a simple code to make the webdriver open Chrome, and was successfully executed, but the code below not error, but does not open the browser. from selenium.webdriver.common.keys import Keys…
-
0
votes1
answer501
views -
0
votes1
answer40
viewsNullpointerexception when running a Selenium Webdriver test
I have a certain difficulty in instantiating the driver in another class. What happens is the following: I have two definition classes of steps First: public class TranscricaoSadtStep { static…
-
0
votes1
answer2089
viewsCheck if Widget exists with Selenium
I’m making a kind of bruteforce using Selenium, when I error the password and login, the message appears on the invalid login screen or password, if the message does not appear, ie correct login and…
-
0
votes1
answer1016
viewsSearch for e-mail or word within a webdriver site in python?
Hello, I am wanting to create a Bot to enter a website and search if that site has an email to contact and create an email list ... the problem is that this can all be very generic.. on some site…
-
0
votes1
answer1090
viewsFind element using Python + Selenium
Hello, I am trying to click on an element using webdriver with pythone Selenium The element : <a class="ppm_button_menu_item" alt="Exportar para CSV" href="javascript:clarity.uitk.exportToFile(…
-
0
votes0
answers34
viewsSelenium error while loading specific "Selenium Failed to resolve address" page
I am creating a python bot and when loading a page it shows in the console the following errors however it continues running however when I will try to execute anything involving the page it hangs…
python selenium selenium-webdriver web-scraping webdriverasked 3 years, 9 months ago OlopesMaster 1 -
-1
votes2
answers718
viewsClear() and Sendkeys() in a single method
I have the methods clear and sendKeys and wanted to "colapsar" both in one, WebElement user = webdriver.findElement(By.id("username")); user.clear(); user.sendKeys(username); WebElement passw =…
-
-1
votes1
answer2007
viewsProblem click python botan Selenium
I’m having trouble clicking a button, I tried it this way gives Elementnotvisibleexception: Message: element not interactable error pdf = driver.find_element_by_xpath('//*[@class="btn btn-default…
-
-1
votes2
answers260
viewsHow do I validate element (button) no longer present on the screen (was presented but is no longer) - Selenium Webdriver
someone can help me? How do I validate element (button) no longer present on the screen? It was presented. I clicked and the button disappeared (expected scenario). However, I want to…
-
-1
votes3
answers740
viewsProblem with python library - Selenium
Hi, I’m looking to learn a little more about WEB interactions with some languages. The language I’m focusing on is Python (I already have some knowledge). I am using the Selenium library - webdriver…
-
-2
votes1
answer1350
viewsPython Selenium does not perform the send_keys function
I’m trying to make a bot to comment alone on youtube video, it’s working normally, until it’s time to type the comment. I have already researched everything that is place and I found nothing that…
-
-2
votes1
answer23
views$ npm test -- --spec=usingPageObjectTest.js does not run the test
Can someone tell me a solution? Running $ npm test -- -spec=usingPageObjectTest.js does not work: [email protected] test C:\wagner.galvao\node\webdriverioframework wdio wdio.conf.js…