zombie icon indicating copy to clipboard operation
zombie copied to clipboard

Insanely fast, full-stack, headless browser testing using node.js

Results 100 zombie issues
Sort by recently updated
recently updated
newest added

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 : ![image](https://user-images.githubusercontent.com/10710806/34826597-836a28dc-f6d7-11e7-829e-b0840d36f116.png) //the url ![image](https://user-images.githubusercontent.com/10710806/34826636-a77f210a-f6d7-11e7-8299-410be99b9931.png) 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");...

Feature Request

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...