zombie
zombie copied to clipboard
Insanely fast, full-stack, headless browser testing using node.js
Hi, I am loading a javascript library that uses this code: `new Option(....)` it works fine on the browser, but zombies is throwing an error: `ReferenceError: Option is not defined`...
I've been testing a button click and the button had some data- attributes. In the JS code I was using ``` javascript event.target.dataset ``` to obtain these but running this...
I have a short sample, where a standard browser can react on the onchange event of a text field, but zombie.js runs in an infinite loop. ``` var Browser =...
Doesn't seem like it's supported or am I missing the documentation for that?
Hello, I've an error when i try to navigate to a certain url this Error is trow :  //the url  But I don't know how to fix this,...
for example, I have these codes inside html ``` function test(){ return new Promise(resolve=> setTimeout(resolve,1000) }); } } ``` then I do this in my main code `let rt =...
¿serves to limit the use of the app to a single tab?
It seems that JavaScript errors from code executed via an `onclick` handler are not collected in the `browser.errors` array. Here is a sample input: ``` html function foo() { console.log("hello");...
I'm not sure which library needs to be fixed, but when I am attempting to unit test a ruby application, zombie originally crashed with an uncaught 'invalid URL' error. Tracing...
I receive the following error when trying to test a webapp built with amazon aws Cognito ``` { NetworkingError: Cannot read property 'addEventListener' of undefined, ... message: 'Cannot read property...