Dmitry Vorotilin
Dmitry Vorotilin
These are params that are passed to `Emulation.setDeviceMetricsOverride` except `slowmoable`. Could you write a failing test?
@jklina There's `:url` https://github.com/rubycdp/ferrum#customization it should be like `browserWSEndpoint` for browserless. Try it and let us know!
Oh I'm afraid that it currently is not possible because we expect url for the browser rather than ws. Take a look at https://github.com/rubycdp/ferrum/blob/master/lib/ferrum/browser/process.rb#L67 I think we might also accept...
It should have worked, I'll take a look
I think if you use `Cuprite` driver it might work because Ferrum appeared from it, and now we are in transition of things from Cuprite to Ferrum and back. First...
> In my opinion you should scroll to element explicitely. Ferrum should not do that for you. I'm not sure I want the page to scroll without my knowledge. That's...
Any feedback would have been much appreciated
Yea I'll fix them, but over all does it seem like a good idea?
I think I had an idea of inheriting all the settings from parent class, so if it doesn't work it's a bug. But I don't remember because I didn't finish...
I think we could try to pass area arguments right to the method which now is not supported but can be