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