Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
faq_check_attribute_of_html_element [2020/04/26 03:33] 127.0.0.1 external edit |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Verify Web Element Attribute ===== | ||
| - | Html elements have attributes, for example //width//, //class//, or even //id//. You can use // | ||
| - | |||
| - | The method will cause failure if the element does not exist. To check if the element exists, use // | ||