Esempio n. 1
0
 public static IWebElement GetCreateRecurrenceFormWeekdayOption(this RemoteWebDriver driver, int optionIndex) =>
 driver.GetElement($"//{Xpath.CreateRecurrenceFormWeekdays()}//*[@role='option'][{optionIndex}]");
Esempio n. 2
0
 public static IWebElement GetCreateRecurrenceFormWeekday(this RemoteWebDriver driver) =>
 driver.GetElement($"//{Xpath.CreateRecurrenceFormWeekdays()}");