-
I think it'd be convenient to support iframes.
How about `gotoIframe(iframeSelector: String[, cb(iframeContext: Chromeless]): Chromeless` ?
(If cb is specified we return original page context, othe…
-
Hi I'm at the beginning stages of adding e2e tests to a project with chromeless.
My app uses Auth0 and navigates to their hosted login page if login check fails on first load of the application.
…
-
I updated to Chrome 60 and tried to npm install chromeless and got this error:
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for inotify@1.4.1: wanted {"os":"linux","arch":"any"}…
-
Check if xulrunner (as downloaded by chromeless) has hardware acceleration enabled.
-
I am on a main page and have used **evaluate** to gather a list of href's
I would like to do the following from the main page
For each link:
1. goto(link)
2. collect some data (I already have t…
-
```
await chromeless.goto('https://de.wikipedia.org/wiki/Duisburg')
await chromeless.goto('https://de.wikipedia.org/wiki/Duisburg#Literatur')
```
First one works, second one doesn't return since…
aw31n updated
7 years ago
-
Hello,
Thanks for awesome project. I have a question.
Scenario:- I need to extract user Full name once they successfully login.
Problem:- I need to wait till the home page load after login is d…
ghost updated
6 years ago
-
What would be a proof of concept for executing an array of chromeless "agents" in parallel?
ie (currently)
```
for(var item in parsedList) {
const page = await chromeless
.…
-
Consider the use case where we wait until a certain event is fired. For example a really useful one is the following:
``` javascript
const html = await chromeless
.goto('https://www.github.co…
-
Would it be possible to hide the PortionOfScreen Title Bar/Window Chrome and make the Window 'chromeless' when screen share is active/app not focussed?
I'm using FanzyZones to resize the applicatio…