Kir Belevich

Results 73 comments of Kir Belevich

So... There is no (simple) way to have a non-blocking events like in Puppeteer: ```js const page = await browser.newPage() page.on('console', msg => console.log(msg.text())); await page.evaluate(async () => { console.log('hi')...

Sounds good to me, do you mind to make a PR?

Hi. Totally. I'm going to rewrite this repo in TypeScript, you asked just in time.

Almost in progress... I'm going to use some of HOCs in TS web app, so I have to close the issue :)

there is no need to use isparta anymore, see https://github.com/deepsweet/istanbul-instrumenter-loader. this one is deprecated and no longer maintained.

actually single file approach is preferred, as it's described in README now.

I'm going to refactor this loader to match [babel-istanbul-loader](https://github.com/deepsweet/babel-istanbul-loader) functionality (such as FS caching and options from query). is there anything else that I can borrow from isparta-instrumenter-loader?

still kinda actual in my case: I want to be able to use different `setCaptureElements()` dynamically between captures but during one session (ie inside one Suite).

even if I'll manage how to hack a selectors [here](https://github.com/gemini-testing/gemini/blob/73a26edfc7b31b8e726d3b5fbd8dcba6b24804ef/lib/browser/new-browser.js#L329)? from what I see now it's called as many times as many captures I have.