Getting issue to automate Frame element in web
Hi All,
I am getting problem to automation Frame element in web. In My application have a frame so I am unable to add checkpoints inside the frame.
Can anyone help me out this.
Thanks in advance.
Hi,
Like was mentioned above I would recommend launching chrome with a specific command line parameter. This can be done in anautomated fashion like this python script:
def RunBrowserDisableSecurity():
# Specify the required command-line key
Browsers.Item["chrome"].RunOptions = "--disable-web-security";
Browsers.Item["chrome"].Run();
Different script languages: https://support.smartbear.com/testcomplete/docs/reference/test-objects/controls/web/general/browserinfo/runoptions.html
Full list of runOptions: https://support.smartbear.com/testcomplete/docs/app-testing/web/general/preparing-browsers/chrome.html