A headless browser is a web browser without a graphical user interface. They are used to provide content of web pages to other programs.

learn more… | top users | synonyms

0
votes
0answers
30 views

Not able to access headless browser elements using jasmine/ Phantomjs

We are trying to use combination of jasmine test framework with phantomjs for acceptance testing . I have successfully installed phantomjs and jasmin . When I run normal javascript jasmin uniti ...
0
votes
1answer
114 views

How to run (and kill) headless browser via cron job for automated scraping in PHP

I've been attempting to create a spider that will run via cron every morning. I wanted to incorporate a headless browser in order to get the rendered DOM (after javascript). I tried using Crowbar (a ...
1
vote
2answers
164 views

HtmlUnit and saving page as PDF

I need a solution for a Java EE environment that allows me to load an XML+XSL file, render the output to a browser window, and save the rendered page as PDF - all programmatically. I was looking at ...
0
votes
1answer
65 views

Repeating “Asynchronous Sessions cleanup phase starting NOW”

When I run my test suit, I find that intermittently some of the texts will hang for a very long time (15 mins to half an hour) with PhantomJS constantly reporting: Asynchronous Sessions cleanup phase ...
2
votes
1answer
307 views

How to run browsers(chrome, IE and firefox) in headless mode?

I want to integrate JSTestDriver with jenkins-CI. problem is that the build server does not have display. is there a way to run browsers headlessly? Thanks
0
votes
0answers
96 views

Empty Screenshots of Facebook with CasperJS

I am using SpookyJS (a nodejs implementation of CasperJS with the same API) to navigate to facebook's developer portal and return a list of all of my app keys and secrets. Everything works great up ...
1
vote
1answer
254 views

c# headless browser with javascript support for crawler

Could anyone suggest headless browser for .NET that supports cookies and authomatically javascript execution?
1
vote
2answers
220 views

Scraping data from webpage using Java?

I'm creating a twitter bot for one of my classes to practice using queues and to build my resume. I want the bot to scrape twitter handles from a paper.li newsletter and then send the user tweet. ...
2
votes
2answers
192 views

Execute browser page/javascript from a script/command-line

Hope this isnt a stupid question. I have recently had an idea about something which I am very curious about. I am a fan of Node.js (not really relevent here I think) and the V8 engine but I was ...
2
votes
1answer
61 views

How would I go about building node-chimera for windows?

I have windows 7 and am interested in using node-chimera. https://github.com/deanmao/node-chimera They have no binaries for windows, how could I build this myself and install it into NPM? I have ...
2
votes
2answers
225 views

Headless browser library for these programming languages

HtmlUnit is an headless browser library based on Java. Is there an headless browser library for the C/C++, D and Go programming language?
13
votes
6answers
399 views

Easiest way to “browse” to a page and submit form in Java

What I need to do is browse to a webpage, login, then browse to another webpage on that site that requires you to be logged in, so it needs to save cookies. After that, I need to click an element on ...
0
votes
1answer
149 views

Sahi + PhantomJS fails when testing local PHP web app with behat

I'm having an issue testing a locally hosted web application with a behat+sahi+phantomjs set up. I have run the full suite with just behat+sahi+chrome which works fine I have also tested a small ...
2
votes
0answers
115 views

Python Headless Browser for GAE

I'm trying to use Angular.js client-side with webapp2 on Google Appengine. In order to solve the SEO issues the idea was to use a headless browser to run the javascript server-side and serve the ...
4
votes
1answer
802 views

How to make PhantomJS include background images when rendering screenshot?

I'm using PhantomJS to take screenshots of a webpage, with the page.render() method as detailed in https://github.com/ariya/phantomjs/wiki/Screen-Capture . It works fine except for background ...
0
votes
1answer
141 views

Capybara Poltergeist - Site shows message to enable cookies

I am running Capybara 1.1.2 with Poltergeist 1.0.1 for headless testing. The test runs fine with selenium driver. However with poltergeist, the site snapshot states that cookies are disabled. Am I ...
0
votes
1answer
112 views

Headless browser that utilizes Geko engine and one that uses MSIE's engine [closed]

I am looking for a headless browser that utilizes the Gecko engine and another the utilizes MSIE's engine (ideally with compatibility mode). I have found PhantomJS which uses WebKit ...
-1
votes
1answer
120 views

Headless Browser for iOS? [closed]

Basically, what I am trying to do is create an application that goes to a website, logs in, and downloads certain information. I have been told that the most efficient way to do this is to use a ...
1
vote
1answer
392 views

CasperJS submit and evaluate multiple times like a for loop

I am trying to use CasperJS to automate some steps that usually require a lot of time to do. Basically I need to login to our CMS and check if some plugins are installed. If they are then just update ...
4
votes
1answer
337 views

Heisenbug with own headless browser

I'm working on a headless browser based on WebKit (using C++/Qt4) with JavaScript support. The main purpose for this is being able to generate a HTML spanshot of websites heavily based on JavaScript ...
-1
votes
4answers
323 views

Headless Webbrowser for PHP / Python [closed]

Is there any option out there that would allow execution of JS. There is snoopy but AFAIK it won't run JS. Headless Browser is a browser without GUI that executes JS,DOM and outputs a webpage to a ...
2
votes
2answers
319 views

How to extract a JSON object that was defined in a HTML page javascript block using Python?

I am downloading HTML pages that have data defined in them in the following way: ... <script type= "text/javascript"> window.blog.data = {"activity":{"type":"read"}}; </script> ... I ...
0
votes
0answers
22 views

Web Browser: main frame and current frame

Recenly I have studied headless browser using QtWebKit and PhantomJS. When studying, I usually encounter the terms main frame and current frame. I googled them but couldn't find proper explanation. ...
2
votes
2answers
610 views

How do I make Python, QT, and Webkit work on a headless server?

I have Debian Linux server that I use for a variety of things. I want it to be able to do some web-scraping jobs I need done regularly. This code can be found here. import sys from PyQt4.QtGui ...
1
vote
0answers
80 views

Crawling a page that uses a hash tag in the URL

I'm building a tool that fetches some basic metadata about a site (the same amount that Facebook does when you try to share a link): the title, description and the primary image. This is fairly simple ...
0
votes
2answers
126 views

How to detect javascript events on third party sites

Is there any way (implemented or just in theory) that one could detect javascript events and actions assigned on a third party site? If I am injecting javascript into a foreign site and want to avoid ...
3
votes
2answers
221 views

Access all loaded resources with Capybara or similar

I’m looking for a possibility to easily access and list all resources loaded after a web page document has started to load: scripts, images, stylesheets, etc. using a headless browser. I'm interested ...
0
votes
0answers
98 views

How can I programmatically get the DOM and render trees from a page?

I would like to be able to provide HTML for a page and get the processed DOM and Render Tree (after CSS, etc is applied) for it. Ideally, I would like to be able to do this with a headless version of ...
3
votes
1answer
460 views

How to properly configure the Selenium Maven Plugin to work with Xvfb to run headless

Background: I'm using selenium-server-2.25.0 in conjunction with J-Unit 4 to run through a handful of UI testing scenarios for my GWT app. In my IDE (Netbeans 7.2), I can right-click on my project, ...
1
vote
3answers
591 views

headless browser or browser control with ajax/javascript/proxy and multithread support?

I've looked around on lots of messages here but am yet to find one browser control or headless browser that allows me to multithread and configure proxies per thread as well as supporting ...
1
vote
1answer
217 views

Using Capybara with Headless in Windows OS

I am using headless gem to run Capybara without opening browser in Linux. Headless uses xvfb. Is there something similar for Windows OS or Mac?
1
vote
1answer
365 views

Multi-Threadable Headless Browser with good Javascript support

I'm aware of many headless browsers but I need to know those that can be used safely in multiple threads (New instances can be created from multiple threads), because I'm programming a web crawler. ...
0
votes
0answers
192 views

Any QtWebKit binding for Java?

I want to use QtWebKit as a headless browser in a Java application I'm developing that requires full Javascript support when processing some webpages. I researched on QtWebKit and found that it has a ...
8
votes
3answers
1k views

Headless browser with full javascript support for java

I have been using HtmlUnit (the developers did a great job) as an headless browser for some of my previous applications but the javascript support isn't working for some website that my next ...
3
votes
1answer
502 views

Specflow headless browser tests that support javascript/ajax

I have been using WatiN for my BDD Specflow tests. It does the job, but it is slow. I recently encountered SimpleBrowser as suggested in this article. SimpleBrowser is significantly quicker than ...
0
votes
1answer
237 views

How to hide SWT Browser or run in headless mode?

I took the rendered page from the SWT Browser and exported it to an image. My problem is that I am not able to get it to export properly when the shell is not visible. How can I go about hiding the ...
4
votes
2answers
747 views

Run Headless JsTestDriver?

Is there a way to use jsTestDriver in a headless state where it loads the browsers but does so headlessly (you can't see the browser) or it loads them minimized?
0
votes
2answers
646 views

Converting d3.js SVG code to a standalone program — Example?

Either with a headless browser, google filesytem API, or some other way. This question says you can, but not how. Converting d3.js SVG code to a standalone program -- any suggestions? google groups ...
2
votes
1answer
931 views

Output client-side console with casper/phantomjs

Going through the casperjs documentation I couldn't find where I could see the console.log from client-side javascript. Is this possible?
3
votes
0answers
299 views

unable to connect to chromedriver http://127.0.0.1:50299 (Selenium::WebDriver::Error::WebDriverError) [duplicate]

Possible Duplicate: unable to connect to chromedriver 127.0.0.1:46050 (Selenium::WebDriver::Error::WebDriverError) I installed jenkins on the amazon ec2 api and I am using jenkins to run my ...
0
votes
2answers
142 views

browser.visit just a string of html

With zombie.js, Is there a way to directly specify the document zombie should visit: browser.visit('<html><head></head><body><body></html>', ...) Eg: not a url, ...
0
votes
1answer
659 views

Switched from Firefox to HTMLUnit in watir-webdriver. Now all my tests fail. How can I start tracking down why?

All of my automation is in watir-webdriver. I used to configure my browser as Firefox, like so: @profile = Selenium::WebDriver::Firefox::Profile.new @profile.native_events = false @client = ...
3
votes
3answers
3k views

Creating a headless Chrome instance in Python

This question describes my conclusion after researching available options for creating a headless Chrome instance in Python and asks for confirmation or resources that describe a 'better way'. From ...
0
votes
1answer
397 views

watir-webdriver - load a Profile using headless gem

The goal would be to set the profile the same way as in a regular Browser object, $browser = Watir::Browser.new b, :profile => profile Is it possible to load a firefox Profile using the headless ...
2
votes
3answers
1k views

Headless browser like selenium but which does not open the actual browser

I built simple application in C# that is posting new link to google+ account, however it is starting the actual browser itself. I'm fine with C#, Python, PHP languages, maybe even something else. I ...
4
votes
8answers
742 views

Best way to package a headless browser?

I am working on a desktop software for a client and I was thinking for the UI, I would use standard web technologies like HTML5+JS and was planning to simply package in a headless version of a modern ...
0
votes
0answers
179 views

Not able to load the next page url in pyqt4

How to load the next page url to load next page of google in pyQt4.QtWebkit? I have the pyQt4 module which gives the first page html contents of google search value. when i load into next page it ...
0
votes
4answers
2k views

Is it possible to run browsers in headless mode in a windows box?

I'm writing tests using webdriver in Java. Is there a way to run browsers (ff / ie) in headless mode in a windows box? I cant use a linux box and HtmlUnitDriver is not helping as our webapp has many ...
2
votes
0answers
443 views

How you simulate keyboard events with Capybara in headless environment?

I'm trying to test complex web-app GUI, which involves some non-trivial keyboard interaction. I have unit tests for specific components of GUI, but I also use Cucumber and Capybara for end-to-end ...
6
votes
1answer
1k views

Setting up headless Firefox with MozRepl

I would like to run a crawler that can handle javascript created html in an environment without an X server. I know I can run Firefox in a headless state under xvfb, and I know how to install MozRepl ...

1 2