You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After calling Actions.keyDown(Keys.SHIFT) it is expected that the following sendKeys() call considers the pressed SHIFT key and uppercases all lower case characters passed to sendKeys() but actually the pressed SHIFT key is just ignored. See the Selenium JUnit test below.
Strangely enough, Marionette does synthesize events that look right (i.e. the shift property on the event object is true when we expect it to be true) but that doesn't actually cause the browser to produce capitalized letters in the input field, apparently. =/
System
Testcase
After calling
Actions.keyDown(Keys.SHIFT)
it is expected that the followingsendKeys()
call considers the pressed SHIFT key and uppercases all lower case characters passed tosendKeys()
but actually the pressed SHIFT key is just ignored. See the Selenium JUnit test below.Stacktrace
Trace-level log
geckodriver-log.txt
The text was updated successfully, but these errors were encountered: