Skip to content

Commit b33befb

Browse files
Update 134 mouse-hovering.py
1 parent 3183489 commit b33befb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python_basics/SeleniumWebDriver_WorkingWithActionsClass/134 mouse-hovering.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def test1(self):
2626
try:
2727
actions = ActionChains(driver)
2828
actions.move_to_element(element).perform()
29+
# ActionChains(driver).move_to_element(element).perform()
2930
print("Mouse Hovered on element")
3031
time.sleep(2)
3132
topLink = driver.find_element(By.XPATH, itemToClickLocator)

0 commit comments

Comments
 (0)