selenium-powershell
selenium-powershell copied to clipboard
Adding HTMLAgilityPack Integration
Adding the HTMLAgilityPack into the module to improve search and functionality.
Features Added:
- Get-SeChildElements - Fetches children HTML elements as Selenium Objects.
- Get-SeParentElement - Fetches the parent HTML Element as a Selenium object.
- Added WrappedHTMLAgilityPack Property to $Driver/$Element
- (Unreleated) Updated Find-SeElement to Search for Text Strings.
$element = Find-SeElement -Driver $driver -Text 'management framework'
What is the HTML Agility Pack? (https://html-agility-pack.net/)
HAP is an HTML parser written in C# to read/write DOM and supports plain XPATH or XSLT.
Any updates on this ?
Hi There! I'm just following up on this PR to see if I need to make any changes.
Thanks!
Michael.