Skip to content

Commit 2546f5a

Browse files
authored
Merge pull request #3 from techartdev/develop
Update README.md
2 parents d156d51 + 42beba7 commit 2546f5a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Selenium.WebDriver.Linq
22

3+
![Nuget](https://img.shields.io/nuget/v/Selenium.WebDriver.Linq)
4+
35
The LinqWebElement class extends the WebElement class and provides additional functionalities for interacting with web elements using LINQ expressions. It encapsulates an IWebElement object and enhances it with convenient methods and properties.
46

57

@@ -55,3 +57,14 @@ Sets the text content of the web element.
5557
Appends the specified HTML content to the web element.
5658

5759
- html: The HTML content to append.
60+
61+
### License
62+
This project is licensed under the MIT License - see the LICENSE.md file for details.
63+
64+
### Contact
65+
Visit https://scrapeweb.site
66+
67+
Or join the Web Scraping and Automation community on Discord: https://discord.gg/f3EfBQamnT
68+
69+
### Disclaimer
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

Comments
 (0)