Issue
Get text value from Dropdown control
Solution
[variable] = getCSObject([DropDownName]).options[getCSObject([DropDownName]).selectedIndex].text;
This code will get the Text option from the Dropdown control and not the Value option.
Article ID: 10, Created: November 20, 2015 at 8:59 AM, Modified: February 12, 2016 at 5:09 PM