Top "Ghostdriver" questions

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

How do I set a proxy for phantomjs/ghostdriver in python webdriver?

I'm trying to figure out how to route my requests through an HTTP proxy. I'm initializing webdriver like this: user_…

python proxy webdriver phantomjs ghostdriver
How to run ghostdriver with Selenium using java

I want to use phantomJS for some web testing, and I've come across GhostDriver (https://github.com/detro/ghostdriver). I've …

java selenium-webdriver webdriver phantomjs ghostdriver
How to Stop the page loading in firefox programmatically?

I am running several tests with WebDriver and Firefox. I'm running into a problem with the following command: WebDriver.get(…

firefox selenium web-crawler ghostdriver
Need to dump entire DOM tree with element id from selenium server

I have been using python selenium for web automation testing. The key part of automation is to find the right …

python selenium ghostdriver
selenium.common.exceptions.WebDriverException: Message: 'Can not connect to GhostDriver'

I'm trying to run PhantomJS from within selenium.webdriver on a Centos server. PhantomJS is in the path and is …

python selenium-webdriver port phantomjs ghostdriver
Using Selenium in the background

I'm using Selenium and chrome webdriver but when I run scripts it opens a window. Is there any way that …

python selenium selenium-webdriver phantomjs ghostdriver
Selenium with GhostDriver in Python on Windows

This is embarrassing to ask because it seems like something with so slim chance of error. I wouldn't think this …

python selenium phantomjs ghostdriver
Custom headers in Phantomjs Selenium WebDriver

According to this it is possible now to modify headers. Atm i need to modify Accept-Language in PhantomJS webdriver. This …

python selenium selenium-webdriver phantomjs ghostdriver
HtmlUnitDriver (HtmlUnit) vs GhostDriver (PhantomJS)?

We are in the middle of choosing our headless browser driver solution that will be some implementation of Selenium WebDriver. …

selenium-webdriver phantomjs htmlunit ghostdriver htmlunit-driver
Java PhantomJSDriver disable all logs in console

I'm developing a small console app using Selenium and I need to turn off all logs from it. I have …

java phantomjs ghostdriver