Skip to content

Commit f406fcb

Browse files
authored
Merge pull request #5 from techartdev/develop
Update README.md
2 parents 7bbc3b9 + 572de7c commit f406fcb

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,26 @@ Returns a child of the current element that contains a specified text.
5050

5151
Returns the parent of the current element, skipping a specified number of levels.
5252

53+
**GetChildren**
54+
55+
Retrieves a read-only collection of web elements that are direct children of the given web element.
56+
57+
**Delete:**
58+
59+
Deletes the specified web element from the web page using JavaScript.
60+
61+
**AppendHtml:**
62+
63+
This method appends the provided HTML content to the inner HTML of the given web element using JavaScript.
64+
65+
**SetText:**
66+
67+
This method sets the text content of the specified web element to the given text using JavaScript.
68+
69+
**SetAttribute:**
70+
71+
Sets the attribute of the specified web element to the provided attribute name and value using JavaScript.
72+
5373
*Please note that the GetParent(int skip) method throws an ArgumentException if the skip parameter is less than 0.*
5474

5575
## WebDriverExtensions

0 commit comments

Comments
 (0)