Questions tagged as 'selenium'

0
answers

Is it possible to run multiple test scenarios at the same time with Selenium Webdriver?

In my tests, one scenario only starts after the other is finalized and causes slow execution of the tests. Is it possible to run multiple test scenarios at the same time with Selenium WebDriver?     
asked by 17.10.2017 / 19:48
1
answer

Saves browser state or cookies using selenium

I am doing tests using whatsapp web, so every time I run selenium, I read the qr code and start the tests, and I have to do this every time, I would like to know if there is a way to save the browser state, save session, some way to start the br...
asked by 28.09.2017 / 22:59
1
answer

Loop reverse selenium python

I'm trying to loop back my list of li in selenium and it's not rolling. I already tried a reversed in the list but the error. I want to loop the last li to the first one. For example, in the list below: <ul id="li...
asked by 01.09.2017 / 18:54
1
answer

Method [Test] not found after build

When I build build from the script below, it does not return any errors; however, the build does not find the [Test] test method, and I can not execute it. My script is object-oriented: it calls the class massaBase , which read...
asked by 22.08.2017 / 18:55
0
answers

How to check pagination in selenium webdrive - java

Hello, I'm having trouble verifying the number of rows, to see whether or not you can perform paging. I'm using - selenium webdriver - java Thank you.     
asked by 10.08.2017 / 16:17
1
answer

How to validate the download of files using Selenium Webdriver?

Hello, I wrote an automation test in Webdriver Selenium using C #, and one of the steps requires downloading an XLSX file from the server. How can I validate that the file has been successfully downloaded and get its name?     
asked by 08.08.2017 / 18:27
0
answers

How do I get an element with the same properties on a page?

I'm not sure how to get an element of the type that repeats within the same page. I tried using the following XPath's that were validated in FirePath, but I was not successful when I ran my tests through selenium. //div[@id='selectGenericMu...
asked by 26.07.2017 / 21:40
1
answer

Fill in JS Form - Web Scraping in Python - Selenium and PhantomPS

Friends. I am developing a code to access the Anbima site, fill in the fields and download the txt that is generated. I've been looking for a solution to this problem for a few days now. So far, I've found that the information session is...
asked by 31.08.2017 / 15:48
1
answer

Python: select checkbox in an orderly manner selenium web scraping

I have a list containing hundreds of data in the format [ '5008489', 'Órgão: MPF', 'PROCEDIMENTO DO JUIZADO ESPECIAL', 'CPF', <selenium.webdriver.remote.webelement.WebElement (session="8834847081a4be257906cce85807f88...
asked by 31.08.2017 / 21:18
0
answers

Python, Selenium and PhantomJs

I'm using Selenium with Python and PhantomJS. I want to click a button of the youtube page, but it always gives an error. Can someone help me?     
asked by 29.04.2017 / 15:04