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
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.
4
6
5
7
@@ -55,3 +57,14 @@ Sets the text content of the web element.
55
57
Appends the specified HTML content to the web element.
56
58
57
59
- 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