Install selenium for python 2.7 on mac

broken image
broken image
broken image

There is no error present, just that the second key press event is not actioned.

broken image

driver.find_element_by_xpath('//body').send_keys(Keys.RIGHT)ĭriver.find_element_by_xpath('//body').send_keys(Keys.RIGHT) Unable to press Right/Left/Up/Down key more than once using send_keys(Keys.Right) (i.e no repetitive action can be performed using key press )Įxample: Unable to enter right key three times using code bellow. Unable to perform same key press event in safari. Has anyone came across with the key press event issue with safari web driver explained bellow and found any solution?