Uttham
3 years agoNew Contributor
In Headless Testing some of the priority values are different compared to regular GUI Testing
TestComplete Object SPY - The difference will be seen in properties and property values for same object in Local and Remote Browser(Headless Testing).
We have a project which we are trying to convert into Headless Testing Mode in local computer by using edge webdriver.
But scripts are failing due to difference in Property and Property Values in remote browser when compared with regular GUI testing.
Example1 :
childcount is 0 in Headless
Childcount is 11 in Regular GUI Testing
Example2 : Intertext, OuterText, and textcontent like this many properties are not available in Headless Mode. However all these properties are available in regular GUI testing.