Using selenium with java
I want to vary whether an image is zoomed when the cursor is moved over the image. From the source code below, element changes:
Before zoom: <div class="powatag-zoom powatag-hidden">
After zoom: <div class="powatag-zoom">
Any help to assert the change with working code is welcome.