This commit is contained in:
piair
2023-06-24 16:39:42 +02:00
parent f098f13242
commit 4b0f33ae26
4 changed files with 51 additions and 12 deletions

View File

@ -21,6 +21,7 @@ from selenium.common.exceptions import (ElementClickInterceptedException,
NoSuchElementException,
StaleElementReferenceException,
TimeoutException, WebDriverException)
from selenium.webdriver import ActionChains
from selenium.webdriver.common.by import By
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.firefox.options import Options