zombie.js
zombie.js browser.fire not working with Backbone.Events
The browser.fire method does not seem to trigger event handlers attached through Backbone.Events. (it works fine for other cases such as clicking anchor tags/buttons)[详细]
2023-04-10 15:54 分类:问答zombie.js visit() calling back too early (using browserify)
Im using zombie to test a backbone app, when I use zombie.visit, zombie calls the vows callback before all scripts on the page are loaded, so my backbone app isn\'t loaded. However if I wait for the \[详细]
2023-04-07 16:51 分类:问答Querying DOM of a Backbone.js app with Zombie.js
Just trying out Zombie.js for the first time today, and I\'m having trouble visiting a page that populates DOM elements via javascript (specifically, a Backbone.js app).As a quick example, I visited t[详细]
2023-04-04 12:55 分类:问答Problems with web site scraping using zombie.js
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.js l[详细]
2023-04-03 01:36 分类:问答zombie.js and socket.io (node.js)
I would like to test my node.js/socket.io application using the zombie.js headless browser. Unfortunately when the zombie.js app connects to my app it reports a load of connection/disconnection event[详细]
2023-03-28 14:58 分类:问答Zombie.js testing framework, write to a file
I have not found anything yet about being able to write to a file with Zombie.js. I realize that js doesn\'t normally allow writing to files, but is it possible to combine Node.js with Zombie.js?[详细]
2023-03-16 16:02 分类:问答Would JSDOM work to setup a projects exuberant ctags?
Looking forward towards excellent javascript ctags support kept me thinking if a project like http://zombie.labnotes.org/ could be used to setup ctags to keep a vim user happy开发者_开发百科.Hum, none[详细]
2023-03-05 08:10 分类:问答Zombie error - error in fetching http request
I am using NodeJs and ZombieJS to fetch url requests in a virtual browser environment. I am using the following code:[详细]
2023-03-04 17:16 分类:问答Node.js module that inspects DOM elements
I\'m using zombie.js, a headless browser mostly for testing purposes. It creates a browser object that once the function visit() is called allows you to play with the DOM of a 开发者_开发知识库given p[详细]
2023-03-04 06:34 分类:问答Load a web page, execute its JavaScript and dump resulting HTML to a file
I need to load a web page, execute its JavaScript (and all js files included with thetags) and dump resulting HTLM to a file. This needs to be done on the server. I have tried node.js with zombie.js b[详细]
2023-02-18 19:47 分类:问答