issues
search
tnypxl
/
BasinFramework
An opinionated browser test framework built around Selenium WebDriver
MIT License
3
stars
2
forks
source link
Release 1.1.3
#47
Closed
tnypxl
closed
4 years ago
tnypxl
commented
4 years ago
[NEW ✨]
Added an
ElementTimeout
property to
IBrowserConfig
used in the
Element
class as a default inline timeout.
[NEW ✨]
Added an
IfTextMatches(string pattern)
method to
Element
class that returns the element if text matches and throws an error if it doesn't.
[HOUSEKEEPING 🧹]
Cleaned up
Element
class by removed unnecessary overload constructors. All element locations are based entirely on ILocatorBuilder.
ElementTimeout
property toIBrowserConfig
used in theElement
class as a default inline timeout.IfTextMatches(string pattern)
method toElement
class that returns the element if text matches and throws an error if it doesn't.Element
class by removed unnecessary overload constructors. All element locations are based entirely on ILocatorBuilder.