public static void TellUsAbtRegularDriverPos(IWebDriver driver)
 {
     SetMethods.EnterText(driver, "/html/body/div[14]/div/div[2]/div/div[1]/div/div[2]/div[1]/div/div/input[1]", "02", "XPath");
     SetMethods.EnterText(driver, "/html/body/div[14]/div/div[2]/div/div[1]/div/div[2]/div[1]/div/div/input[2]", "1990", "XPath");
     SetMethods.Selecting(driver, "/html/body/div[14]/div/div[2]/div/div[1]/div/div[2]/div[2]/div/select", "RSA Drivers Licence", "XPath");
     SetMethods.Selecting(driver, "/html/body/div[14]/div/div[2]/div/div[1]/div/div[2]/div[3]/div/select", "2 Years Comprehensive Insurance", "XPath");
 }
 public static void ChatBotNavigation(IWebDriver driver)
 {
     SetMethods.Click(driver, "//*[@id='floatingButtonDiv']/img", "XPath");
     SetMethods.Click(driver, "//*[@id='innerChatButton']/img", "XPath");
     SetMethods.EnterText(driver, "//*[@id='name_Field']", "John", "XPath");
     SetMethods.EnterText(driver, "//*[@id='surname_Field']", "Ford", "XPath");
     SetMethods.EnterText(driver, "//*[@id='email_Field']", "*****@*****.**", "XPath");
     SetMethods.EnterText(driver, "//*[@id='ContactNo_Field']", "0839677814", "XPath");
     SetMethods.Click(driver, "//*[@id='startButton']", "XPath");
     System.Threading.Thread.Sleep(3000);
 }
 public static void PersonalDetailsFill(IWebDriver driver)
 {
     SetMethods.Click(driver, "/html/body/div[11]/div/div[2]/div/div[1]/div[2]/div[2]/div[2]/button/img", "XPath");
     SetMethods.EnterText(driver, "//*[@id='person-details-man']/div/div[1]/div[2]/div[1]/div/div/input", "John", "XPath");
     SetMethods.EnterText(driver, "//*[@id='person-details-man']/div/div[1]/div[2]/div[2]/div/div/input", "Smith", "XPath");
     SetMethods.EnterText(driver, "dayOfBirth-man", "01", "name");
     SetMethods.EnterText(driver, "monthOfBirth-man", "05", "name");
     SetMethods.EnterText(driver, "yearOfBirth-man", "1970", "name");
     SetMethods.Selecting(driver, "//*[@id='person-details-man']/div/div[1]/div[2]/div[4]/div/select", "Single", "XPath");
     SetMethods.EnterText(driver, "cell", "0815699088", "name");
     SetMethods.EnterText(driver, "email", "*****@*****.**", "name");
     SetMethods.Click(driver, "//*[@id='person-details-man']/div/div[1]/div[2]/div[7]/label[2]/i", "XPath");
     SetMethods.EnterText(driver, "//*[@id='address-man']", "9th Rd, Midrand", "XPath");
 }