Afternoon,
I've searched but cannot find an answer to an issue I'm having with selenium. I need to find a way to ensure elements are not displayed on a page. Basically, our users have varying levels of permissions, which results in different tabs being displayed.
We've had a few issues recently and incorrect tabs have been displayed for users that shouldn't see them. Now asserting an element is present is no issue at all, but this wont ensure rouge tabs are not present. Any help would be appreciated on this one, as it's proving difficult and I'm sure this isn't that complicated.
We're using Selenium WebDriver and writing the tests in C#.
Thanks,
Stu.