File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,26 @@ Returns a child of the current element that contains a specified text.
5050
5151Returns 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
You can’t perform that action at this time.
0 commit comments