node-huxley icon indicating copy to clipboard operation
node-huxley copied to clipboard

Codeless front-end testing.

Results 23 node-huxley issues
Sort by recently updated
recently updated
newest added

Right now we attach the window event handler onto... window. iframe stuff aren't tracked.

- [ ] android - [x] chrome - [x] firefox - [ ] ie (someone nice enough to try? Not on Windows) - [ ] ipad - [ ] iphone...

enhancement

Faster for those who don't wanna look at the replay

When I was reading your code, I saw that you're barely using any typical webdriver methods (like `sendKeys`, `click`). You seem to prefer to execute scripts directly. Is this intended...

It'd be really great if the user doesn't have to juggle between the terminal and the browser. The only way to do that is to have the screenshot taking action...

Known issue. Noted here: https://github.com/chenglou/node-huxley/blob/bb8f1f2a84bdab69388dbd6089d42545362a1ea0/playback.js#L67

The usual hack of creating a transparent textarea for code editors really throws Selenium off.