Questions tagged as 'chromedriver'

1
answer

Start automated test selenium WebDriver Chrome

I am trying to start a test in Chrome with Selenium WebDriver but it does not progress from WebDriver driver = new ChromeDriver(); I am using maven version of Chrome Driver Selenium: <dependency> <groupId>org....
asked by 17.02.2016 / 23:26
1
answer

Disable chrome window in selenium python

I need to deactivate the browser window that opens when the tests are run. I copy the code I use and it should work but it does not: from selenium.webdriver.chrome.options import Options class LoginTest(unittest.TestCase): def test(self):...
asked by 20.02.2018 / 21:41
0
answers

Click on hidden menu gives unknown error

I'm scraping the web nowgoal.com. If you go to any game that appears on the main page, for example link you have several tables. Each table has on the right a series of options to the right of the Away column. When I try to select an option fr...
asked by 26.04.2018 / 20:19
1
answer

The 'AsyncChromeDriver 0.4.3' package could not be installed

I am trying to install the package 'AsyncChromeDriver 0.4.3' with NuGet but at the time of finishing the installation it throws this error:    The 'AsyncChromeDriver 0.4.3' package could not be installed. Is   trying to install...
asked by 18.04.2018 / 21:30
0
answers

Download files with chrome dirver-Selenium in python?

What do I need to do? I need to download an excel in a specific route through my python code which I use selenium and chrome driver. What happens? Downloading the file well without hiding or putting it in the background does not work and does...
asked by 01.08.2018 / 19:12
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

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