I have an issue where an object has changed
A message that I need to check, in SAP v7.6 was a Web Element with Innertext properties that are picked up for checking.
It was the same as this in SAP v8 but something changed when we did patches / updates to SAP
And now this message in SAP v8 is a WinObject => Chrome_RenderWidgetHostHWND with no usable properties that can be picked up for checking.
From research I believe that this apparently an embedded framework / headless browser.
Information that I have obtained:
Headless Chrome
Before recording or running your tests on headless Chrome, do the following:
-
Check whether the ChromeDriver installed with UFT One matches the version of headless Chrome you are using.
If not, replace the chromedriver.exe file in the <UFT One installation folder>\bin\WebDriver directory with a version that matches your application.
-
Select Google Headless Chrome as your browser in the Record and Run Settings dialog box.
My questions:
1. Where do I locate the ChromeDriver?
2. Which exactly is the correct one to install?