Instantly share code, notes, and snippets.

anonymous /gist:9cd6bbd04e0dfff8aee6 Secret
Created Apr 29, 2015

Embed
What would you like to do?
SelectElement clickThis = new SelectElement(add.select);
clickThis.SelectByValue("0");
string test = clickThis.SelectedOption.Text;
Assert.True(test == "Location");
//No error messages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment