Skip to content

Commit d5a729f

Browse files
authored
Merge pull request #4 from techartdev/develop
Update README.md
2 parents 2546f5a + 1c07ac7 commit d5a729f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The LinqWebElement class extends the WebElement class and provides additional fu
99
- parentDriver: The parent driver associated with the web element.
1010
- id: The unique identifier of the web element.
1111

12-
### Properties
12+
## Properties
1313

1414
#### Id
1515
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
3232
#### Attributes
3333
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.
3434

35-
### Methods
35+
## Methods
3636

3737
#### Delete()
3838
Deletes the current web element.
@@ -58,13 +58,13 @@ Appends the specified HTML content to the web element.
5858

5959
- html: The HTML content to append.
6060

61-
### License
61+
## License
6262
This project is licensed under the MIT License - see the LICENSE.md file for details.
6363

64-
### Contact
64+
## Contact
6565
Visit https://scrapeweb.site
6666

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
6868

69-
### Disclaimer
69+
## Disclaimer
7070
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

Comments
 (0)