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