Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
geckodriver: marionette: send text string and value array for SendKey…
…sParameters Following https://bugzilla.mozilla.org/show_bug.cgi?id=1348782 and https://bugzilla.mozilla.org/show_bug.cgi?id=1354323, the sendKeysToElement and sendKeysToDialog commands in Marionette accept only a string `text' field as input. These patches to Firefox has since been uplifted all the way to Firefox 53. In order to make geckodriver work with newer Firefox versions again, we need to pass the `text' field. But in order to support older Firefoxen without the `text' field requirement, we also want to continue to send `value' as a string array. Clients must unfortunately send a string `text' field, but it is believed it is easier to upgrade to the latest Selenium release than to pin the exact versions of geckodriver and Firefox. Fixes: mozilla/geckodriver#594 Source-Repo: https://github.com/mozilla/geckodriver Source-Revision: 41f89d878c805e0d66a15f8b6151dda78173ccff committer: jgraham <jameshoppipolla.co.uk> UltraBlame original commit: b443a2f7254b5fcd744a091013c73d697ee0ae29
- Loading branch information