Questions tagged as 'selenium'

1
answer

.Text to .Int Converter

I'm automating in C # with selenium webdriver. The elements of the screen I get by Xpath and I save in Variable or WebElement, and I need to transform a text element, which is stored in a variable, and add it with another element, which must als...
asked by 22.03.2016 / 17:51
0
answers

Java - Selenium - Use contains with list of elements

I have on a site the products that have been added to the cart. I want to verify that the product "Test T-Shirt" was added successfully. For this, I have a string where this value (Test T-Shirt) is defined. Ex: String _product1 = "Camiseta T...
asked by 04.11.2015 / 18:03
0
answers

Java, Cucumber, Maven - Feature executes without any class

I did a test automation project using Eclipse + Java + Maven + Cucumber + Selenium I have the following problem: As I'm not using git yet, I've exported this project to a .zip file, and in my work I imported it through the 'Existing projec...
asked by 20.10.2015 / 20:32
2
answers

I can not find an element by Id

I'm automating an operation on a site with the Selenium Webdriver and in a certain region of the site when I send a wait using WebDriverWait it exceeds the maximum time and does not think so, but I checked several times the Id...
asked by 23.09.2015 / 19:06
1
answer

WebDriverException when not finding elements with FIndElements

When I try to check whether or not an element exists on my web page, and if the element does not exist, my IWebDriver launches a WebDriverException , and all methods in my driver stop working, I continue to run the test even doing the treatment...
asked by 02.09.2015 / 23:16
1
answer

Write content between br in the Selenium IDE

I have the following code: <div class="OSInline" style="width: 100%"> <span data-webbtests="CompraWeb.Request_Edit.AddressWB.expCompanyAdress"> Praça Henrique Lavoie Júnior, 701 <br> Irajá - Rio de Janeiro - RJ - 21231-200 &l...
asked by 04.09.2015 / 14:14
0
answers

Ant with JUnitParams

Guys, I'm using ANT along with Jenkins to make Continuous Integration right? I use ANT initially to run the automated tests and then generate the application build. My problem comes down to running the automated tests with ANT. Most of my tests...
asked by 15.07.2014 / 19:56
3
answers

Dropdown Selenium C #

I'm trying to select a dropdown with selenium C #, but as we can see in the HTML below there is no "ID" or "Name", below the code how am I doing, could you help me? <select ng-model="vm.activeWhatsapp.channel_id" ng-opt...
asked by 25.05.2018 / 03:47
1
answer

Eclipse and Selenium - Transforming .JAVA into .EXE or .BAT

I'm using Eclipse and the Selenium framework for creating automated Web page opening routines and executing commands (clicks on links, fill fields, change site etc). I've already been able to create some test routines and they all work very well...
asked by 21.03.2016 / 19:06
1
answer

ClassNotFoundException error

Good afternoon, what does the following error mean? Class not found stancedriver.StanceDriver java.lang.ClassNotFoundException: stancedriver.StanceDriver at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loa...
asked by 09.06.2017 / 21:59