Questions tagged as 'selenium'

1
answer

Error: "selenium.common.exceptions.WebDriverException: Message: Unknown error: Element is not clickable at point"

I'm setting a series of " checkboxes " in a lista variable. Then I run the variable in a loop so that only a few of them are clicked. However when the checkbox is not visible on the screen, Selenium does not click and displays the e...
asked by 05.10.2017 / 00:54
0
answers

Automation of tests with selenium cucumber and capybara

I'm starting to learn how to use a means for automating testing in web applications. However, I came across a problem that I can not solve and found nowhere (questions or documentation) that would explain a method that would solve my problem....
asked by 18.09.2016 / 06:17
0
answers

Problems using the Selenium module with Firefox

I'm using: Debian version 9.6 Python 2.7 Selenium 3.141.0 Firefox 60.3.0 I'm trying to learn how to use Selenium with Python but I have not been able to do anything yet. It always gives some error, I corrected as I found the solutio...
asked by 10.12.2018 / 17:19
0
answers

Download file with Selenium Chromedriver in headless mode

I'm trying to download a file in headless mode. I instantiated the driver like this: public static IWebDriver CriarWebDriver() { var options = new ChromeOptions(); if(HelperConfig.GetInstance().Headless) { options.AddAr...
asked by 12.12.2018 / 21:23
1
answer

Redeem same named class values using Selenium

I have a situation where I need to retrieve values from a array of article 's, but I'm not very successful. My HTML looks like this: <section class="list"> <article class="card"> Article by Bigown </arti...
asked by 28.02.2017 / 21:49
1
answer

Control of browser windows with Selenium

I'm automating an operation on a particular site and at a certain point I need to download it, I can authorize the download by clicking on the link but after that I lose control because a Firefox window opens asking if I want to Open or save the...
asked by 20.08.2015 / 21:51
2
answers

Click using Webscraping with Selenium

I'm starting my studies with Webscraping and I'm having trouble giving a second click on a new page. I'm trying to access my email using Selenium, I can fill in my email and click to go to next page where I can fill in the field with my passw...
asked by 18.12.2018 / 01:28
1
answer

Update Selenium Frame VBA

Expensive, How can I do to update a frame with Selenium in VBA? Refresh frame is an option that exists when you right-click on a frame. I can not update the whole window, just the frame.     
asked by 16.03.2018 / 13:35
2
answers

How do I make selenium webdriver switch between open windows?

I need to make the webdriver navigate between open windows. I've tried: this.chromeDriver.SwitchTo().Window(chromeDriver.WindowHandles.Last()); but I can not use Last (). Is there any missing?     
asked by 22.08.2016 / 16:35
2
answers

Selenium Python

I'm having trouble manipulating popup. It appears that the popup code is generated in real time, not being captured by selenium. In fact, it is possible to see the use of jQuery, I did not detect Ajax, but quite capable of having it too.    Q...
asked by 08.12.2015 / 18:02