Most voted "phantomjs" questions
Phantomjs is a command line interface that runs the Webkit engine and has a javascript API. Has native support for various standards: DOM Handling, CSS selector, JSON, Canvas, and SVG.
Learn more…15 questions
Sort by count of
-
2
votes3
answers836
viewsI can’t find an element for Id
I’m automating an operation on a website with Selenium Webdriver and in a particular region of the site when sending a wait using the WebDriverWait it exceeds the maximum time and does not find, but…
-
2
votes0
answers108
viewsPlugin Execution not covered by Lifecycle Configuration
I have implemented unit tests in my application using Jasmine and I want to configure a continuous integration in Maven so that the tests run automatically. Already working, however an error is…
-
2
votes0
answers134
viewsPhantomjs Wait for ajax Request
I am here with a huge difficulty in Phantomjs; We go there since yesterday I am trying to automate the process of Natran within a system. How will it work? I already have the user’s CPF and RENAVAN,…
-
2
votes2
answers4670
viewsHow to use Selenium Webdriver findElement(By.xpath())?
Hello, please, I am trying to get information on a public website: name of a vote, date and table with voting list This site:…
-
2
votes0
answers30
viewsPhantomjs I cannot assign value to an object array property
I’m creating a script that picks up links from a website on phantomjs. My idea is to store in a vector the link with his innerHTMl and then I need to modify the link, but when I will modify later I…
-
2
votes1
answer242
viewsSimulate a click, how to share a link to Google+ without clicking
My challenge is to share my site to Google+ without clicks. I have a google account [email protected], I created a profile on G+. The idea is through localhost create a script where when accessed it will…
-
1
votes1
answer224
viewsHow to use Phantomjs to access a JSON responsive API
How to use PhantomJS to access an API whose response is JSON and not HTML and process the result? I would like the example to use the Stackoverflow API itself in English, so that the script returns…
-
1
votes0
answers137
viewsCasperjs - Download a PDF file
Good afternoon, I would like to download a PDF file by clicking on a button that submits a form using POST. In this case I have no URL to use the Casper download method. Please see the HTML code…
-
1
votes1
answer42
viewsPhantomjs ignoring style in header
I’m capturing the position of some elements in the DOM of an html but Phantomjs is ignoring the padding applied via css. After doing the page.evaluate I capture the top/left: var res =…
-
1
votes1
answer1359
viewsHow to pick up text, in CSS element receiving 2 class
I need to collect text from an angular system, where the element receives 2 CSS classes <div class="title ng-scope">80</div> I tested several ways to capture the text, but it does not…
python python-3.x selenium selenium-webdriver phantomjsasked 7 years, 7 months ago DaniloAlbergardi 347 -
1
votes1
answer1158
viewsFill JS Form - Web Scraping in Python - Selenium and Phantomps
Friends. I’m developing a code to access the Anbima, fill in the fields and download the generated txt. I have been looking for a solution to this problem for a few days. So far, I have found that…
-
0
votes0
answers377
viewsPython, Selenium and Phantomjs
I’m using Selenium with Python and Phantomjs. I want to click a button from the youtube page, but it always gives an error. Someone can help me?…
-
0
votes1
answer196
viewsSelenium Web Driver Phantom JS c# Continue where you left off
I’m developing a robot in Selenium. However, this robot has a time that interacts with the user. However, I cannot make it continue where it left off. Let me give you an example: Pretend that this…
-
0
votes1
answer80
viewsLoad pages without images and css in Phantomjs
Does anyone know any way to load a page faster using phantomjs... Because I have a bot that goes through certain pages through pagination, however I need a way to improve the loading time of these…
-
0
votes1
answer84
viewsGenerating PDF from a web page with Phantom
I am developing on Node an application where I have an html page, which I fill with database data and then need to save this page in PDF. I’m trying to use Phatom, I’ve tried following several…