Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

SELENIUM

Handle Mouse Hover in Selenium


Selenium: Selenium With Java

➤ Handle Mouse & Keyboard Events in Selenium.


➤ Actions class in Selenium supports to perform all the
operations related with mouse and keyboard.
➤ Action Class will not help to Switch Window/Tab like we can
do with ctrl+Tab key.
➤ Builder Pattern : Builder Pattern is used to build the
composite pattern to perform some action. In Action class
that can be completed by build() method.
➤ This means that we can build up a nice sequence of
operations, for example, "Press Shift key and type something
and then release"
Will see you in Next Lecture…

See you in next lecture …

You might also like