Questions tagged as 'selenium-webdriver'

0
answers

How to access the warnings window for information not found? (Selenium)

In python 3 and selenium webdriver I have this program to insert codes into a website and store the information returned: from selenium import webdriver profile = webdriver.FirefoxProfile() browser = webdriver.Firefox(profile) # Site que é a...
asked by 12.06.2018 / 14:05
0
answers

Help with Python and Selenium

I work with server monitoring and whenever a service crashes, I need to click on a link to be responsible for the server. I was able to create a script in Python + Selenium that accesses the monitoring page and is clicking every 5 seconds on the...
asked by 25.05.2018 / 01:30
1
answer

Scroll with Selenium in Python: Error

I have a list of items on the screen, in which I need to click one by one to parse data. It happens that, at a certain moment, Selenium can not click anymore, because when it tries, the following error happens: selenium.common.exceptions.WebDr...
asked by 10.05.2018 / 15:45
0
answers

Help to get the element through the Selenium xpath

I need help getting element in selenium: Elements name: j_username and name: j_password . <form method="POST" action="j_security_check" onsubmit="return(OnLoginSubmit());"> <input type="hidden" name="operation"> <di...
asked by 10.05.2018 / 17:06
0
answers

Does not handle elements with selenium in Chrome

I'm trying to grab elements from a page but it's not found. Here is the code for the page: <form method="POST" action="j_security_check" onsubmit="return(OnLoginSubmit());"> <input type="hidden" name="operation"> <div st...
asked by 09.05.2018 / 20:46
0
answers

Recaptcha problems using PHP Facebook Webdriver with Proxy

I'm having a hard time here. The destination server blocked me after data extraction tests. I got some proxies and got the access again, however the problem is that the google recaptcha does not render anymore, it displays the following error me...
asked by 27.04.2018 / 22:22
0
answers

Selenium WebDriver, do not type url in firefox

Code, opens browser but does not type URL, does anyone help? package Navegador; import java.util.concurrent.TimeUnit; import org.junit.Test; import org.openqa.selenium.WebDriver; import org.openqa.selenium.firefox.FirefoxDriver; public clas...
asked by 25.04.2018 / 20:05
0
answers

Download and save an image automatically using Selenium WebDriver

I'm trying to download the Captcha image and save it through a WebDriver. Problem is when you click "Save". Does anyone know how I can do this? staticvoidMain(string[]args){vardriver=newInternetExplorerDriver();driver.Navigate().GoToUrl("http:/...
asked by 24.04.2018 / 05:56
0
answers

Error in Python proxy configuration

I'm performing automated testing with Selenium and I need to test access to a particular site with different proxy's. I get the list of proxy's through a website and implement the configuration as follows: PROXY = address proxy = Proxy({ '...
asked by 10.04.2018 / 18:54
1
answer

How to select an element of type aria-controls

IhavetriedinallwaystoexecutetheWedDriver'sClick()methodonthebuttonelement//*[@id="pedigree-controls"]/div[2]/div/div/button (destacado em azul (dropbtn)) However, for some reason, perhaps because it is an aria-controls and contain a span cl...
asked by 31.03.2018 / 18:48