Select all options by the text displayed.
public static void JsSelectByText(this OpenQA.Selenium.Support.UI.SelectElement selectElement, string text);
selectElement OpenQA.Selenium.Support.UI.SelectElement
This OpenQA.Selenium.Support.UI.SelectElement.
text System.String
The text of the option to be selected.