robot code example

Example 1: roboto

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
font-family: 'Roboto', sans-serif;

Example 2: roboto

<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">

Example 3: roboto

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
font-family: 'Roboto', sans-serif;

Example 4: what is robot class

Robot Class can simulate Keyboard and Mouse Event
Robot Class can help in upload/download of files
when using selenium web driver
Robot Class can easily be integrated with
current automation framework (keyword, data-driven or hybrid)

SOME METHODS=
keyPress():
mousePress():
mouseMove():
keyRelease():
mouseRelease():
robotDelay():