tnypxl / BasinFramework

An opinionated browser test framework built around Selenium WebDriver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add the ability to pass any string to By.XPath() and By.CssSelector() from the Locator class.

tnypxl opened this issue · comments

The Locator class only supports spitting out a By.XPath. This can be quite limiting and tedious when converting existing By.* locators.