In some situations it might be good to be able to directly access web elements.
This is often the case if assertions are done.
Requirements:
- The fluent interface shouldn't be polluted, so it might be an option to have just one "getElements()" method in the fluent interface that provides access to the elements itself
In some situations it might be good to be able to directly access web elements.
This is often the case if assertions are done.
Requirements: