ijaz5
6 years agoOccasional Contributor
TC 14 not able to recognize a frame on Chrome web page
I am testing web application and at a certain stage TC 14 spy tool is not able recoginize frame which is payment transaction window poup. object browser is showing it as ["wndChrome_WidgetWin_1"]["Chrome_RenderWidgetHostHWND"]
I tried enabling '*' option for MSAA (Current Project Properties|Open Applications|MSAA). But it did not help aswell.
I have attached screen shot and annotate the window which is not recognizable.
How it should be handled ?
Please Help
or use this code:
function Test()
{
Browsers.Item(btChrome).RunOptions = "--disable-web-security --disable-site-isolation-trials --user-data-dir"
Browsers.Item(btChrome).Run("https://onlinerecharge.zong.com.pk/OnlineRecharge/")
}