zombie.js Questions

3

Solved

I want to perform following actions at the server side: 1) Scrape a webpage 2) Simulate a click on that page and then navigate to the new page. 3) Scrape the new page 4) Simulate some button cl...
Tain asked 10/8, 2013 at 9:40

2

I am learning nodejs and I have a mongodb database with which i have to interact with. I am currently thinking of using mocha for a unit test framework and zombie.js for a acceptance test framework...
Imponderabilia asked 30/4, 2012 at 3:24

3

Solved

I am using zombie.js to load a page from a local express server during a test. Unfortunately, there is a script element which calls out to Google Analytics. I would like to block this external scri...
Pleione asked 22/3, 2013 at 21:53

1

Solved

I have a simple web page that loads the Google Chart API: <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> <script type="text/javascript"> ...
Ichor asked 22/5, 2017 at 17:52

2

I realize there are other libraries designed for the use of jQuery-like syntax with Zombie, but for my purposes, I specifically want/need to use jQuery itself in order to maintain compatibility wit...
Carboxylate asked 27/12, 2013 at 21:22

1

I've been trying to figure this out by using a bunch of console.logs and still can't figure out why these load times are so long. So I have the following code in my beforeEach in my Mocha unit tes...
Invaginate asked 10/8, 2016 at 22:5

10

As you may know, AirBnb opensourced Rendr (http://nerds.airbnb.com/weve-open-sourced-rendr) which should enable server-side rendering of Backbone apps. This is cool, because one can run the first "...

2

I'm using the PHP script with Mink+Zombie driver (install as on nodejs cannot find module 'zombie' with PHP mink) from here: PHP Mink/Zombie - page visit returns status code 0? ; re-posting...
Faretheewell asked 27/5, 2016 at 11:55

1

I'm trying out Mink (PHP) on Ubuntu 14.04; I basically did the following: $ apt-show-versions nodejs nodejs:amd64/trusty 0.10.45-1nodesource1~trusty1 uptodate $ npm -v 2.15.1 $ sudo npm install -g...
Aintab asked 25/5, 2016 at 12:8

4

Using browser.visit, I am fetching the page of a browser as shown in the documentation. According to the browser API, browser.document returns the main window's document. However, I am not sure how...
Irritated asked 8/5, 2011 at 8:32

4

Solved

I am using Behat for testing, with the ZombieJS driver, and everything is working very well so far, but there is one thing that bothers me, I can't seem to figure out how to get Behat to simulate a...
Baltazar asked 13/11, 2012 at 17:46

1

Solved

Background: I'm currently reading "Web Development with Node and Express" by Ethan Brown (great book by the way for those learning node and express) and I got stuck on Chapter 5 - Quality Insurance...
Fidellia asked 15/4, 2015 at 23:12

3

Solved

I am having issues, could you point me in the right direction? EDIT: This module (Contextify) will not install from npm on Windows. See https://github.com/brianmcd/contextify/issues/10 for more in...
Detonator asked 24/3, 2012 at 13:0

2

Solved

I'm trying to create a standalone test suite using mocha, that in a perfect world would start up my express.js application, use zombie to render a page, check a bunch of stuff and then teardown/kil...
Vaduz asked 10/6, 2012 at 2:29

2

Hi I was wondering if there is the ability in node js and zombie js to inject javascript files in to the headless browser, similar to what you can do with phantomjs. For example in phantom js you ...

3

Solved

I'm starting a nodejs project and would like to do BDD with Mocha and Zombiejs. Unfortunately I'm new to just about every buzzword in that sentence. I can get Mocha and Zombiejs running tests fine,...
Hereat asked 19/2, 2012 at 14:53

1

I'm evaluating phantom.js and zombie.js. I expected the trade-off to be that phantom has wider documents support (since it uses a real renderer) while zombie is faster (since no rendering engine is...
Trinidadtrinitarian asked 5/10, 2013 at 21:57

4

Solved

I have a project which is heavily JavaScript based (e.g. node.js, backbone.js, etc.). I'm using hashbang urls like /#!/about and have read the google ajax crawlable spec. I've done a wee bit of hea...
Analiese asked 19/1, 2012 at 17:38

1

Solved

I'm trying to test my Node.js/Express.js application using Mocha and Zombie. I can get simple tests to pass, but as soon as I add the script tags for Twitter Bootstrap to my views, the browser obje...
Queenstown asked 30/9, 2013 at 18:31

1

The problem: I'm using zombie.js to test my client-side javascript, but I am running into a problem. Zombie.js does not provide synchronous <script> tag execution, and, in fact seems to not ...
Determiner asked 29/7, 2012 at 19:55

1

I've got a Web application that continuously polls for data from the server using Ajax requests. I would like to implement an integration test for it using zombie.js. What I am trying to do is to ...
Capel asked 24/8, 2012 at 22:26

1

Solved

Evening! I'm trying to log in into a website with zombie.js, but I don't seem to be able to make it work. Oh and the website is in Finnish, but it's not very hard to understand, two text fields and...
Nab asked 23/8, 2012 at 13:36

2

Solved

So I came across zombie.js, is this a headless browser? If so, what browser engine does it use? Could I rely on it for doing lot of automated tests? Basically, I am restricted to a single server,...
Crock asked 6/6, 2011 at 14:7

1

Solved

I need to do some web scraping. After playing around with different web testing framework, of which most where either too slow (Selenium) or too buggy for my needs (env.js), I decided that zombie.j...
Quaternion asked 7/9, 2011 at 15:50
1

© 2022 - 2024 — McMap. All rights reserved.