I am looking to create a Selenium IDE test that will confirm the value of the bottom attribute in the "style" section below. How can I go about writing a test for this considering:
The Xpath to the element is:
xpath=/html/body/div/div[3]/div[2]/div/div/div[3]/div/a
. I would like to use verifyAttribute or a similar approach.
I am currently using Selenium IDE and need guidance on Command, Target, Value...
<a href="#" class="ui-slider-handle ui-state-default ui-corner-all" style="bottom: 75%; background-color: transparent;"></a>