You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The LinqWebElement class extends the WebElement class and provides additional fu
9
9
- parentDriver: The parent driver associated with the web element.
10
10
- id: The unique identifier of the web element.
11
11
12
-
###Properties
12
+
## Properties
13
13
14
14
#### Id
15
15
Gets or sets the ID attribute of the web element.
@@ -32,7 +32,7 @@ Gets the sibling web elements of the current web element as an enumerable collec
32
32
#### Attributes
33
33
The Attributes property provides a dictionary of attributes and their values for the web element. The dictionary contains the attribute names as keys and their corresponding values as values.
34
34
35
-
###Methods
35
+
## Methods
36
36
37
37
#### Delete()
38
38
Deletes the current web element.
@@ -58,13 +58,13 @@ Appends the specified HTML content to the web element.
58
58
59
59
- html: The HTML content to append.
60
60
61
-
###License
61
+
## License
62
62
This project is licensed under the MIT License - see the LICENSE.md file for details.
63
63
64
-
###Contact
64
+
## Contact
65
65
Visit https://scrapeweb.site
66
66
67
-
Or join the Web Scraping and Automation community on Discord: https://discord.gg/f3EfBQamnT
67
+
Or join the **Web Scraping and Automation** community on Discord: https://discord.gg/f3EfBQamnT
68
68
69
-
###Disclaimer
69
+
## Disclaimer
70
70
The extensions provided by this library are subject to the reliability of the Selenium WebDriver and the browser being automated. Please ensure the elements are available and interactable before using these extension methods to avoid any unexpected exceptions or behavior.
0 commit comments