Top "Ghostdriver" questions

Ghost Driver is an implementation of the Remote WebDriver Wire protocol, using PhantomJS as its back-end.

How to disable or change the path of ghostdriver.log?

Question is straightfoward, but some context may help. I'm trying to deploy scrapy while using selenium and phantomjs as downloader. …

scrapy phantomjs ghostdriver
PhantomJS and Selenium Webdriver - How to clear session

I'm using Selenium Webdriver (Java) and PhantomJS to test a complex JS driven website. My problem is, that the PhantomJS …

java testing selenium phantomjs ghostdriver
Is there a way to view PhantomJS console.log messages via Selenium/GhostDriver?

I'm using the Java bindings of GhostDriver to run Selenium acceptance tests against PhantomJS. If one of the web pages …

selenium phantomjs ghostdriver
phantomjs not closing and leaving orphan processes

On PhantomJS 1.9.2, ubuntu 12 LTS and Ghostdirver 1.04 together with selenium 2.35 I get dangling phantomjs processes after my tests. Anyone knows a …

memory-leaks webdriver phantomjs ghostdriver
What's difference between protractor (Selenium webdriver) VS ghostdriver (phantomjs webdriver)?

I would like to make it clear about the difference between protractor VS ghostdriver. With protractor: start selenium web server …

selenium selenium-webdriver phantomjs protractor ghostdriver
Screenshot not working with phantomJS and ghostdriver

I am trying to take screenshot of a page with phantomJS and ghostdriver. Here is my code: import java.io.…

java selenium phantomjs ghostdriver
Using phantomjs for dynamic content with scrapy and selenium possible race condition

First off, this is a follow up question from here: Change number of running spiders scrapyd I'm used phantomjs and …

python-2.7 selenium scrapy phantomjs ghostdriver
Selenium grid node with many phantomjs concurrent instances

I'm struggling to add a node with many concurrent PhantomJS instances. On GhostDriver github page you can find instructions which …

selenium automated-tests phantomjs selenium-grid ghostdriver
PhantomJS slower than ChromeDriver, using Selenium

I'm trying to use PhantomJS 2.0/GhostDriver instead the ChromeDriver, since I have read I could speed up my UI tests. …

java selenium-webdriver webdriver phantomjs ghostdriver