premganz / SeleniumPageObjects

An implementation of the Page Object Pattern in Selenium along with a bunch of other features like KeyWords for oft used Webdriver calls, driver lifecycle management, effective logging and Test Script Templates
Other
2 stars 1 forks source link

A postprocessor might be needed for webcontent extraction #65

Open premganz opened 5 years ago

premganz commented 5 years ago

To allow for reading up raw webcontent, in case where we want to extent coverage to html validation instead of only text nodes we might need some place where the webcontent fetching and their further processing is delinked

premganz commented 5 years ago

A fix is temprorarily given to handle html data by overriding the core library to extract complete html text Class WebContentPostPcsCmd is work in progress for a more process flow like solution. If there is time available we will look into it, or lese we need to clean this up and leave the temp fix as permanent