Mouse Operations
ActionChains
- Mouse hover → move_to_element(element)
- Right click → context_click(element)
- Double click → double_click(element)
- Drag and drop → drag_and_drop(source, target)
- Slider → drag_and_drop_by_offset(element, x, y)
Scrolling page
- Scroll down page by pixel
- Scroll down page till the element visible
- Scroll down page till end of page
Assignment