Questions tagged as 'selenium-webdriver'

1
answer

Selenium C # I can not click on an item in the sub menu

I have the following problem, it turns out that I am using selenium with c # and when clicking on a sub-menu, the following error is displayed:    An exception of type 'OpenQA.Selenium.ElementNotVisibleException'   occurred in Automatizati...
asked by 15.05.2018 / 17:48
0
answers

Error TimeOut Selenium & TFS

My problem is in the following, I am doing automatic UI tests using the Selenium tool developed in visual study, I am trying to run one of these tests in TFS 2015, for the moment I have tried to do it in the following ways: * Using the Vis...
asked by 12.05.2018 / 00:47
0
answers

alternative to selenium webdriver for php

I am looking for an alternative to Selenium WebDriver for php, which can be run in a server environment without a graphical environment, and since it is a shared server, it should be without installation. A greeting.     
asked by 10.05.2018 / 00:21
0
answers

Gherkin and Cucumber: How to do dependent features

I'm looking for a way to make Features that depends on the previous execution of another Feature in Gherkin. It happens that I have the following situation: Context Feature 1: Search functionality We have a search engine that allows us...
asked by 08.05.2018 / 17:49
0
answers

c # Webdriver Element shown sometimes and sometimes not

I have a web page, which sometimes shows a popup with an accept button and others do not. I would like to create a method for when it is shown to click and when it is not shown to continue with the test. I have put an if / else but only do one o...
asked by 03.04.2018 / 12:51
2
answers

Run sequential test cases in the same browser Selenium Webdriver

Good day for everyone, I have a question about using selenium webdriver, and I would like to know how I can run test cases sequentially without closing the browser, for example: Suppose I have the following test cases: 1. Login 2. Create Orde...
asked by 06.02.2018 / 19:39
0
answers

I can not find the correct selector to scrape hidden table in chromedriver

I'm scraping the web link . In it, we have a list of nodes, each node being a row of the table, that is, a match. Within a node corresponding to any match, if you pass the mouse by the result you get a hidden table, and if you pass through t...
asked by 23.01.2018 / 15:27
0
answers

Timeout error

I'm doing several test cases and in one of them, it shows me the following error.    The waiting time after 30 seconds of presence of element located by: By.id: I have used the implicit wait and the explicit wait. I have also used the...
asked by 25.01.2018 / 20:53
1
answer

custom headers in PhantomJS selenium WebDriver

I need to establish through headers, the browser I use. Because I use PhantomJS, the website I want to go to says that it is not compatible, so now I want to pass the phantomJS as a chrome or firefox. I know it's possible, but I do not find t...
asked by 03.01.2018 / 16:07
1
answer

Is there any way to skip a captcha on a scheduled task?

It has given me the doubt that if in python with selenium it could be skipped or avoided, a captcha. Those that validate if you are a robot or not. Before, these validations seemed foolish to me, since being a programmer, I find it inco...
asked by 03.01.2018 / 21:28