browser = webdriver.Chrome(service=s,options=chrome_ot) action = ActionChains(browser) action.key_down(Keys.CONTROL).send_keys('v').key_up(Keys.CONTROL).perform()
browser = webdriver.Chrome(service=s,options=chrome_ot) action = ActionChains(browser) action.key_down(Keys.CONTROL).send_keys('v').key_up(Keys.CONTROL).perform()