We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff1c8b commit 5bdbdd9Copy full SHA for 5bdbdd9
README.md
@@ -7,6 +7,7 @@ Library contains PageFactory and supporting classes.
7
This fork of [DotNetSeleniumExtras](https://github.com/DotNetSeleniumTools/DotNetSeleniumExtras) has the following changes:
8
* .NET Core support
9
* Ability to create custom FindsBy attributes (by inheriting from AbsractFindsByAttribute)
10
+* Simplified FindsBy syntax: `[FindsBy(How.CssSelector, "div.some-class")]`
11
12
Besides, some internal changes were made:
13
* Removed dependencies on buck
0 commit comments