Skip to content

Instantly share code, notes, and snippets.

@strattondev
Created April 3, 2015 03:14
Show Gist options
  • Save strattondev/cfe7cc8ca5011c3d4c02 to your computer and use it in GitHub Desktop.
Save strattondev/cfe7cc8ca5011c3d4c02 to your computer and use it in GitHub Desktop.
MTG XPath
$x('//div[contains(@id, "ctl00_ctl00_ctl00_MainContent_SubContent_SubContent_") and (contains(@id, "Row") or contains(@id, "rulingsContainer")) and not(contains(@id, "playerRatingRow"))]')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment