tnypxl / BasinFramework

An opinionated browser test framework built around Selenium WebDriver
MIT License
3 stars 2 forks source link

Release v1.2.6 #71

Closed tnypxl closed 4 years ago

tnypxl commented 4 years ago

Highlights

➕ ::: Implemented Locator.AtPosition(int position) to allow choosing an element at a specific index when there are multiple with the same locator properties. 💚 ::: Updated GitHub build workflow to use docker-compose to spin up Selenoid and a custom version of The Internet (https://the-internet.herokuapp.com). ❌ ::: Make Element.Exists obsolete and use the same code in Element.Displayed.