вопрос за move_to_element_with_offset(to_element, xoffset, yoffset)[source]¶ Move the mouse by an offset of the specified element. Offsets are relative to the top-left corner of the element. Args : to_element: The WebElement to move to. xoffset: X offset to move to. yoffset: Y offset to move to.
если элемент размером clientWidth 20, clientHeight 10, то чтобы кликнуть в середину правой границы надо задавать move_to_element_with_offset(element, -19, -5)?