SeleniumHQ / selenium-google-code-issue-archive

Archive, please see main selenium repo
https://github.com/seleniumhq/selenium
346 stars 194 forks source link

Shift + selection does not work properly with bot.action.type #4221

Open lukeis opened 8 years ago

lukeis commented 8 years ago

Originally reported on Google Code with ID 4221

bot.action.type(element, [bot.Keyboard.Keys.SHIFT, bot.Keyboard.Keys.LEFT]) will move
the cursor position left instead of updating the current selection.  The same applies
for any shift+selection key (arrow, home, end, pageUp, pageDown).

Reported by jmleyba on 2012-07-10 03:04:05

lukeis commented 8 years ago
According to Jim Evans, with revision r18051 it'll work for left, right, home and end,
but not page up/down.

Reported by barancev on 2012-11-08 14:32:14

lukeis commented 8 years ago

Reported by luke.semerau on 2015-09-17 17:44:50