Can we move the mouse control to specific cooridinate in selenium
Question
Can we move the mouse control to specific cooridinate in selenium
Answer
yes we can, selenium provides Action class in which we can make use of the act.move_by_offset() method to move the mouse control to specific cooridinates.