Name | Description | |
---|---|---|
![]() | Click | Clicks the link, if the Web element is a link. |
![]() | Extract | Extracts text that is delimited by pretext and posttext from an HTML text source. |
![]() | GetAttribute | Gets the value of the named attribute on the element. |
![]() | GetChildrenTagNames | Gets all name tags of children. |
![]() | GetElement | Gets the first Web element by an XPath path, relative to the current Web element. |
![]() | GetElementsByTagName | Gets a collection of elements in the HTML WebDocument by HTML. tagName. |
![]() | GetText | Gets text from the text field if the Web element is an input text type. |
![]() | InvokeMember1 | Executes a method that is unique to the current element. |
![]() | InvokeMember2 | Executes a method (with parameters) unique to the current element. |
![]() | PutText | Puts text in the text field if the Web element is an input text type. |
![]() | ScrollIntoView | Scrolls through the document that contains this element until the top or bottom edge of this element aligns with the top of the document's window. |
![]() | SetAttribute | Sets the value of the named attribute on the element. |
![]() | Submit | Submits the form if the Web element is a form. |