John O'Meara

Results 12 comments of John O'Meara

@devnought I'm having issues with this now. How did you manage to get it to work?

This would be nice, especially for captchas, which often reside in an .

Found a workaround 😀. _**If you don't need scrolling capabilities**_, simply comment on the line in `node_modules\ghost-cursor\lib\spoof.js` which is causing the issue. Before: ```javascript return [4, getCDPClient(page).send('DOM.scrollIntoViewIfNeeded', { objectId: objectId...

> I have something to add to the discussion. [This demo](https://cheerpjdemos.leaningtech.com/OpenAstexViewer.html) loads a file named [jni.js](https://cjrtnc.leaningtech.com/2.1/jni.js), and that file has a function named `JNIGetEnv` that returns a pointer onto the...

![image](https://user-images.githubusercontent.com/80555253/111013119-20c15f00-8353-11eb-8087-12ee432cb16c.png) Yep, exactly as I expected. It doesn't work with the regular CheerpJ. Interesting...I wonder if the JNI code is copyrighted...?

When will this be implemented?

@misaugstad I'm currently experimenting with using OSM's overpass API to get speed limit info through the `maxspeed` tag. I was thinking of making a request on every street view "movement"...

> I don't think that you should need to make a new endpoint in Project Sidewalk, though. You should be able to just query the Overpass API using JavaScript, right?...