Select an option by the value.
public static void JsSelectByValue(this OpenQA.Selenium.Support.UI.SelectElement selectElement, string value);
selectElement OpenQA.Selenium.Support.UI.SelectElement
value System.String
The value of the option to be selected.