Importing 'Keys' from 'selenium.webdriver.common.keys' Importing 'Keys' from 'selenium.webdriver.common.keys' selenium selenium

Importing 'Keys' from 'selenium.webdriver.common.keys'


You need to have

from selenium.webdriver.common.keys import Keys instead of

import selenium.webdriver.common.keys.

Then your code would run fine.