How to automate a date picker that is not in a table tag?
Hi Brett,
To add date pickers that is not in table tag you can command mentioned below
WebElement startDate = driver.findElement(ByName("starting date"));
startDate.sendKeys("2023-03-01");
How to automate a date picker that is not in a table tag?
Hi Brett,
To add date pickers that is not in table tag you can command mentioned below
WebElement startDate = driver.findElement(ByName("starting date"));
startDate.sendKeys("2023-03-01");