-
Support using SlimerJS so we have a more stable and up to date browser integration than PhantomJS. It is not headless, so maybe `xvfb` could be shimmed into Wpull's process.
chfoo updated
6 years ago
-
Any plan on supporting this driver which is supported by the Mozilla foundation?
PS: I'm asking for native support just like phantomjs because selenium webdriver support is still experimental in sli…
-
Hi,
more a question than an issue..
Is it possible to set up using SlimerJS with casper-nodejs? It was always one of the issues with spooky and wondered if your library might allow the use of S…
-
When I pass casperArgs: ['--engine=slimerjs'], it fails to result in a casper object.
Has anyone else been able to use PhantomFlow with Slimer?
-
I tried using this with slimerjs (replacing the phantomjs module and supplying `.path` to slimerjs) and it worked, which isn't surprizing as slimer aims to have almost identical API as phantom, and ma…
-
Well, it's sounds very strange, like "[How do you set slimerjs as the engine for casperjs when using spookyjs?](http://stackoverflow.com/questions/23637298/how-do-you-set-slimerjs-as-the-engine-for-ca…
-
One test fails on slimerjs:
var/lib/jenkins/.local/lib/python3.4/site-packages/IPython/html/tests/widgets/widget_image. Red image data displayed correctly.
@jdfreder mentioned that there may be a wa…
-
hi, does anyone realize it, slimerjs not work in manet http://manet.herokuapp.com/?url=google.com&engine=slimerjs
-
```
davida@suki ~/s/m/component-button> more test/t2.js
describe('Google searching', function() {
before(function() {
casper.start('http://www.google.fr/')
})
it('should retrieve 10 or mor…
-
Wraith has improved a lot in recent versions, with increased abstraction away from the user, refactored code and better test coverage.
However, in the process, recent versions of Wraith no longer pro…