Actions actions = new Actions(driver);
Robot robot = new Robot();
robot.mouseMove(50,50);
actions.click().build().perform();
var element = driver.FindElement(By.XPath("/html/body"));
element.Click();
Actions actions = new Actions(driver);
Robot robot = new Robot();
robot.mouseMove(50,50);
actions.click().build().perform();
var element = driver.FindElement(By.XPath("/html/body"));
element.Click();