Пример #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()}");