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
Solved! Go to Solution.
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/")
}
Hi,
According to the name (Chrome_RenderWidgetHostHWND), this is not a web page/element but a regular Windows window.
Do you have Desktop license and corresponding extensions activated in TestComplete or only Web license?
Hi
Could you give us the URL of this site?
or
Could you open this page in other browser(e.g. Firefox) and say how the popup window is determined in this browser?
@AlexKaras Yes I have a active Desktop license extension enabled
url: Notneededanymore
enter number: 45454545 and other data and click recharge. Click again on next screen. Payment screen will show up.
Waiting for your repsonse. Thanks
Try to run Chrome with keys:
--disable-web-security --disable-site-isolation-trials --user-data-dir
https://support.smartbear.com/testcomplete/docs/app-testing/web/general/considerations.html?q=Consid...
Jusr run the command line switches below but nothing happened
Thats wat you meant by chrome keys right ?
"Try to run Chrome with keys:
--disable-web-security --disable-site-isolation-trials --user-data-dir"
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/")
}
Thank you so much ! you guys are aswome as always
Subject | Author | Latest Post |
---|---|---|