I and my team often test element attributes to see if they are a certain values (ie to make sure the homepage link is href "/"). It would be handy to have this in one function so we don't have to use two lines to verify (Get Element Attribute and Should Be Equal As Strings).
I would be happy to write a PR if it seems good to others.
I and my team often test element attributes to see if they are a certain values (ie to make sure the homepage link is href "/"). It would be handy to have this in one function so we don't have to use two lines to verify (Get Element Attribute and Should Be Equal As Strings).
I would be happy to write a PR if it seems good to others.