jeudi 4 août 2016

How to select multiple elements using selenium webdriver in windows + IE using python

Currently I use :

action.key_down(Keys.CONTROL)
action.click(element)
action.key_up(Keys.CONTROL)

And call this multiple times. This works in all browsers and platforms except IE. It is basically not selecting multiple elements using control. Any help would be greatly appreciated.

Aucun commentaire:

Enregistrer un commentaire