Forum Discussion

ijaz5's avatar
ijaz5
Occasional Contributor
5 years ago
Solved

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"]["Ch...
  • IStaroverov's avatar
    IStaroverov
    5 years ago

    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/")
    }