Skip to content

Instantly share code, notes, and snippets.

@jmarnold
Created November 22, 2012 19:36
Show Gist options
  • Save jmarnold/4132645 to your computer and use it in GitHub Desktop.
Save jmarnold/4132645 to your computer and use it in GitHub Desktop.
SlickGrid & Serenity
// "records-grid" is the id of the div
var grid = Driver.GridAction<Person>("records-grid");
grid.Where(x => x.SSN).Is(ssn).ClickOnRow();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment