Instead of doing findElement, do findElements and check the length of the returned elements is 0. This is how I’m doing using WebdriverJS and I expect the same will work in Java
Instead of doing findElement, do findElements and check the length of the returned elements is 0. This is how I’m doing using WebdriverJS and I expect the same will work in Java