andreastt

Results 109 comments of andreastt

I spoke to some users earlier today and they wanted the ability to scroll both by an amount and by web element, e.g. __scroll__(_web element reference_). AIUI `scrollTo` and `scrollBy`...

Great idea. Do you imagine extracting the values of the `.values()` iterator?

That probably means this isn’t a geckodriver issue, but a signing issue with your add-on.

I would file a bug in the `WebExtensions` component in Bugzilla.

You can try the `/session/{session id}/moz/addon/install` endpoint: it takes a payload of a JSON Object with either the `addon` field containing a string with the Base64-encoded addon, or a `path`...

After some investigation on IRC, @nddipiazza discovered this is a problem with installing an addon into the Firefox profile. Using the addon extension command mentioned in https://github.com/mozilla/geckodriver/issues/1225#issuecomment-374987968 works fine.

1. It would be good to have support for the addon installation/deletion extension directly in the Java client. Someone should submit a patch for it to Selenium. 2. We need...

Thanks for the bug report, but unfortunately the log verbosity option in geckodriver only controls the [Log.jsm](https://developer.mozilla.org/en/docs/Mozilla/JavaScript_code_modules/Log.jsm) and the Rust verbosity. The “pipe error”, “ProtocolHandshake createSession”, and “JavaScript error” output...

Because they’re not using Log.jsm, and whatever isn’t using Log.jsm is outside of our control. The log verbosity setting only controls the `Marionette` log component.