Obinwanne Hill
Obinwanne Hill
Hello, I use the Sefaria app and I noticed that there are differences in the text there and those from Sefaria-Export. For example, in the app, Genesis 2:10 it says:...
Hi, Thanks for putting this module together. It's been very useful. I wanted to make a few additions to cover my specific use-cases. I had posted two other requests earlier,...
Hello, I use the Sefaria app and I noticed that there are differences in the text there and this one. For example, in the app, Genesis 2:10 it says: >...
Is it possible this library be updated to become JSHint compliant? I'm seeing things like `arguments.callee` in the code?
Hi Travis, This is a great project and is just what I needed to do some web page automation. Kudos! I was wondering how to use this to do mobile...
I'm having a bit of trouble accessing the `document` object. When I run the code below: ``` var $ = require('jquerygo'); $.visit('https://www.google.com', function(){ $.waitForPage(function(){ $.getPage(function(page) { page.evaluate(function(args) { // Just...