Questions tagged as 'selenium'

0
answers

Selenium Bug in result

I'm trying to create a robbery that takes all the phone information from Brazilian postal agencies, it's two dependent dropdowns that when selecting state and municipality, the agencies appear in place. My code so far is: from selenium import...
asked by 09.07.2018 / 22:18
1
answer

Scraping using Selenium and Beautifulsoup

I'm trying to do a scrap on a book of books, I need to get the titles and categories of all the books posted. On the first try, I get an Attribute Error, which should happen several times because the site is poorly done and the things I'm not al...
asked by 27.06.2018 / 11:30
0
answers

Selenium - Doubt to locate element of a page inside the other

Could you help me with a Selenium question? I'm automating access to a page, which has the following behavior: 1-When entering the home page, I click on a button called "Site Map" and a side menu is loaded 2-Through the xpath I try to locate...
asked by 13.06.2018 / 14:56
0
answers

Error: AUT is not installed. (WARNING: The server did not provide any stacktrace information), while running test with IOSDriver

So I'm doing a simple Safari test of an Iphone 5s and this bug is appearing to me: AUT is not installed. (WARNING: The server did not provide any stacktrace information.) And I do not know why! Here's my code: public void testNavegar() {...
asked by 15.05.2018 / 17:06
0
answers

Web Scraping with java and Selenium

I'm trying to make web scraping in my school system , I'm using lib Jsoup to do the parser, the problem is when I log in to the page, Jsoup can not control the page, thus making it difficult to login. To solve this problem, I found the possible...
asked by 05.05.2018 / 21:16
0
answers

Recaptcha problems using PHP Facebook Webdriver with Proxy

I'm having a hard time here. The destination server blocked me after data extraction tests. I got some proxies and got the access again, however the problem is that the google recaptcha does not render anymore, it displays the following error me...
asked by 27.04.2018 / 22:22
0
answers

Download and save an image automatically using Selenium WebDriver

I'm trying to download the Captcha image and save it through a WebDriver. Problem is when you click "Save". Does anyone know how I can do this? staticvoidMain(string[]args){vardriver=newInternetExplorerDriver();driver.Navigate().GoToUrl("http:/...
asked by 24.04.2018 / 05:56
0
answers

How to run Chromedriver in the foreground on iis

The selenium chrome driver, in some cases, is used as a chrome tool. In all processes running the foreground, the plan runs on all planes in the background. I would like to know how to do the foreground plans, the book published in iis.  ...
asked by 24.04.2018 / 16:55
1
answer

How to use the JavaScript library pdf.js in Selenium with Java through the JavaScriptExecutor class

I found this library that does exactly what I need, extract the text from the PDF and transform it into a String. link link From what I researched (a lot), it seems to me that the version below is the most recent of pdf.js. However, I can...
asked by 12.04.2018 / 16:28
1
answer

How to simulate a click on Linkedin with selenium. Problem: dynamic id / uses ember

Good morning, I'm trying to click on the 'Show more' button in the skills field but without any success. The xpath is dynamic, and by class also does not work. The button seems to be hidden somehow. I tried xpath: driver.find_element_by_xpa...
asked by 21.04.2018 / 15:19