Skip to content

Instantly share code, notes, and snippets.

@Yardanico
Created October 15, 2017 12:38
Show Gist options
  • Save Yardanico/7f5b1cac7d947c5e3034307a881cfe6d to your computer and use it in GitHub Desktop.
Save Yardanico/7f5b1cac7d947c5e3034307a881cfe6d to your computer and use it in GitHub Desktop.
import nimbench
type
LocationStrategy* = enum
CssSelector = "css selector"
LinkTextSelector = "link text"
PartialLinkTextSelector = "partial link text"
TagNameSelector = "tag name"
XPathSelector = "xpath"
echo CssSelector
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment