I want to write a selenium IDE test that verifies the value of the bottom attribute in "style" below. How do i write a test for this assuming:
Xpath to the element is: xpath=/html/body/div/div[3]/div[2]/div/div/div[3]/div/a
I want to use verifyAttribute or similar.
I am using selenium IDE: Command, Target, Value...
<a href="#" class="ui-slider-handle ui-state-default ui-corner-all" style="bottom: 75%; background-color: transparent;"></a>
I believe something like this would work:
COMMAND | TARGET | VALUE
verifyAttribute | css=input + input@id | id
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With