Questions tagged as 'selenium'

1
answer

Close Window popup in Java (Selenium WebDriver)

I'm testing a website in java and need to close a window pop-up, the problem is that I already tried to use Selenium to close it and I could not. Is there any simple way to date it using JAVA? You do not have to click anything, I just need to...
asked by 13.05.2015 / 21:32
1
answer

When you finish the script with "Ctrl + C" (KeyboardInterrupt) it does not close Selenium or Firefox

I'm using selenium to handle a page, while running the script it opens firefox, but what I wanted to do is the following, if any problem occurs in the script or if the user terminates, I want the firefox to close as well. I tried several thin...
asked by 28.09.2017 / 18:27
2
answers

Selenium problem with get!

What I want Open a browser using Selenium, making you go to a website (eg link ) driver.get("http://www.google.com"); and type in its text field a search element.sendKeys("Cheese!"); after finalizing submit form to search el...
asked by 05.05.2014 / 18:15
2
answers

Finding XPath in Selenium

I'm breaking my head to find the XPath of a table . Could you help me? The structure looks something like this: <div> <div id="divMF"> <iframe name="Principal> <frameset id="frmset"> <fram...
asked by 07.02.2017 / 13:56
1
answer

Selenium WebDriver_ Access the page without opening a browser

Does anyone know if I can access the page without opening a browser? That is, to do the tests without opening the browser. How? If you can give me a light. I'm using the Firefox browser     
asked by 08.07.2016 / 20:52
3
answers

Automation of web page tests

I would like the tooltip to perform the recording of the data entry on the page. I have already used the Selenium IDE , Selenium Web Driver . I saw that there is iMacros . I'm programming in JSF, Java and Primefaces. My problem is this, I...
asked by 27.03.2014 / 14:59
1
answer

I can not run code after the loop is [closed]

I'm using selenium as a crawler on a website. I have no experience with python. Here I create a dataframe with the data of a .csv df = pd.DataFrame.from_csv( 'tabela_etickets_copa3.csv', columns = header ) I open the b...
asked by 13.05.2015 / 20:27
1
answer

Web Scraping Selenium + Python in site with dynamic generation via JS = difficulty to map elements

Good afternoon. I'm developing a script that: access a system; Within the environment, you find certain information; generates a kind of report; creates a spreadsheet with the data. My problem is still before parse. I can access the...
asked by 28.06.2017 / 21:23
0
answers

Fill field CPF + Date with mask selenium webdriver java [closed]

I am having difficulty populating Date and CPF fields with masquerade through id or xpth in selenium + java + JUnit. Does anyone have an idea how to do it? NOTE: I do not want to generate CPF ... I want to fill field.     
asked by 29.07.2015 / 20:03
1
answer

Run command in python with selenium called by php through apache

I want to run the following script in Python through a web site on the server: #!/Python34/python from selenium import webdriver driver=webdriver.Firefox() driver.get("C:\wamp64\www\desenvol\index.html") elem1 = driver.find_element_by_link_te...
asked by 29.05.2016 / 22:22