Questions tagged as 'selenium'

2
answers

Picking the first and last date of the previous month

I'm using Selenium in Eclipse to automate the sending of commands to a website through JAVA files. On this site, I need to check dates. I did so to test: element = driver.findElement(By.name("form:dtEmissao_input")); element.sendKeys("01/04/20...
asked by 12.04.2016 / 16:30
2
answers

Test coverage using Sonar

I would like to know if anyone else has already used Sonar to do test coverage analysis, I have the following problem, I have two projects. Project A : This is implemented in my tests, using Selenium + Testng Project B : It i...
asked by 29.07.2014 / 19:59
1
answer

PHPUnit and Selenium - How to call specific functions of the test script?

I need to create multiple test scripts for WEB using PHPUnit and Selenium . I was successful with my initial tests. I was even able to test the login and logout of my web page effectively. The problem is that I can only execute all the f...
asked by 14.04.2014 / 15:14
2
answers

Save part of a text in a Selenium IDE variable

I have the following text: Criado por Comprador em 14/05/2015 - 16:18 I would like to save in a variable only the part 14/05/2015 - 16:18 Can anyone give me a light on how to do in selenium IDE?     
asked by 14.05.2015 / 21:24
2
answers

Python - selenium send_keys () does not work in this form field

I made the correct identification with xPath, the .clear () software works perfectly, however the send_keys does not work at all. Here is the form's HTML code: <input id="yui-gen19" name="e_dt_ini_0" size="12" value="01/06/2015" class="dw-p...
asked by 14.07.2016 / 22:36
1
answer

Selenium + ChromeDriver

I'm developing a tool to login to a site, but I have a problem. When I do the manual procedure (opening browser, accessing site, entering user / password and logging in), the next one is loaded without opening another tab or another page, but...
asked by 27.08.2014 / 22:00
1
answer

Eclipse is corrupting url in automated testing

Good afternoon, guys! I'm doing an automated test, exporting in java to run in eclipse. The test runs normally in selenium, but when I play pro eclipse mars the page url deforms and the test does not spin right. Type, the url I played i...
asked by 12.11.2015 / 17:35
1
answer

Snapshot generated by Selenium is very large

Good afternoon guys. I'm using FirefoxDriver in version 2.53.0 and taking a snapshot of a site is generating an image with very large dimensions (111159x17555). Does anyone know a way to fix this problem? I've tried setting the browser...
asked by 21.12.2016 / 15:17
1
answer

C # SELENIUM - How to read elements of a webpage by keyword mention

I'm creating a Bot that searches a word in google and writes to a txt file all the links found in the search I'm currently trying to find a keyword on the search result page, I store the links that contain that keyword in a variable and save...
asked by 17.02.2016 / 14:45
2
answers

Selenium, how to control the execution speed of the test?

Creating automated tests in C # using Selenium, I try to know how to control the execution speed of the test?     
asked by 07.07.2015 / 17:23