v1.2.6
- ➕ ::: 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 inElement.Displayed
.