Questions tagged [ghostdriver]

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

Ghost Driver is a pure JavaScript implementation of the WebDriver Wire Protocol for PhantomJS. It is a Remote WebDriver that uses PhantomJS as its back-end. Ghostdriver is the bridge between the Selenium WebDriver with Phantom JS.

Source: github.com/detro/GhostDriver

177 questions
0
votes
0 answers

How to setup PhantomJS in C# program?

I've been looking around and nothing explains it well. It mentions Ghost driver and PhantomJS uses Java, but also mentions C#. I tried using PhantomJS but says a assembly is missing or not found. Do i need to reference Ghost driver assembly? But…
Erik
  • 73
  • 1
  • 2
  • 6
0
votes
1 answer

PhantomJS is launching GhostDriver but shut it down after new session created

hi i am getting following error while launching phantomjs in eclipse for java PhantomJS is launching GhostDriver... i have done following steps to add phantomjs to eclipse : Download phantomjs.exe Extract the phantomjs-1.8.x-windows.zip folder and…
shab
  • 989
  • 1
  • 15
  • 31
0
votes
1 answer

Selenium IWebElement to PhantomJSWebElement

Im using Ghost Driver (PhantomJS) in my C# project. I have a question. Selenium has PhantomJSWebElement and PhantomJSDriver. Im creating PhantomJSDriver PhantomJSDriverService service =…
Alexey Kulikov
  • 1,097
  • 1
  • 14
  • 38
0
votes
1 answer

Format related - Ghostscript

We use have an winform app, which uses AdobeReader to print files from a specific directory. Recently, we re-factored this app whereby replacing AdobeReader with Ghost script. AdobeReader prints document properly (as per document format such as…
S.N
  • 4,910
  • 5
  • 31
  • 51
0
votes
1 answer

Selenium, PhantomJS, Mocha combination fails on sendKeys command

I have implemented the following technology stack for automated unit testing in the browser. Mocha -> Selenium -> Phantomjs I followed this…
0
votes
1 answer

Best headless web engine

I'm working on a project where I need to talk to a headless web engine as a service - meaning I need the web engine to run as a daemon, and talk to it over some interface. I've been using PhantomJS + GhostDriver. It works, but performs very slowly.…
etang
  • 730
  • 8
  • 23
0
votes
3 answers

Using PhantomJS and GhostDriver for network monitoring from WebDriver or RemoteWebDriver

I'm looking to use PhantomJS, via WebDriver/RemoteWebDriver, to monitor and test network activity throughout page loading. I've gotten it to the point where PhantomJS can do everything that Chrome or Firefox can—is loading pages, accessing the DOM,…
i-g
  • 69
  • 4
  • 22
0
votes
1 answer

clicking confirm box of browser using selenium

My program fails when it encounters a confirm box. I need to click that confirm box in order to proceed. I could not dig into its Html(using firebug) or so. Some one please let me know how to handle this situation?? Even this didn't work enter code…
user2187797
  • 1
  • 1
  • 2
0
votes
4 answers

Selenium webdriver java - upload file with phantomjs driver

I am running a selenium webdriver script headless using Phantomjs Driver. I am having issues uploading a file though since on a normal browser (firefox or chrome) it would pop up the OS dialog box that would allow me to locate the file in my machine…
user2022966
  • 1
  • 1
  • 1
0
votes
1 answer

Embedding javascript for parsing and clicking a webpage in selenium ghost drivers

I am trying to parse Google search result page with Ghost driver, for which I need to parse the second search result page. So using Java script, I am trying to go through the source (html) of search result page and navigating by clicking(with Ghost…
-1
votes
2 answers

Unable to launch HtmlUnitdriver through Selenium 3.4.0

I am tried to run the HtmlUnitDriver with selenium 3.4 and chrome Version 64.0.3282.119 (Official Build) (32-bit). My code is: package eclipse; import java.io.File; import org.openqa.selenium.By; import org.openqa.selenium.Capabilities; import…
-2
votes
1 answer

My simple ghostdriver program is not running?

Let me tell you, I'm completely new by using GhostDriver I successfully download PhantomJSand i've set my path into environment variable, now i'm trying to run this simple program: import org.openqa.selenium.By; import…
Robot
  • 101
  • 4
  • 11
1 2 3
11
12