Hi Team,
Im not able to identify any objects under a iframe object,
Please let me know how to make the objects under iframe to be visible in the object browser.
waiting for your valuable response.
Thanks in advanve,
Solved! Go to Solution.
i was able to find the objects under iframe by using the below code.
function SetChromeRunOptions()
{
// Specify the required command-line key
Browsers.Item("chrome").RunOptions = "--disable-web-security --user-data-dir=C:\\Users\\sathish\\tempChromeProfile\\ --disable-site-isolation-trial";
Browsers.Item("chrome").Run();
Browsers.Item("chrome").Navigate(urloftheapplication)
}
What happens when you try? Let us see screenshots please.
i was able to find the objects under iframe by using the below code.
function SetChromeRunOptions()
{
// Specify the required command-line key
Browsers.Item("chrome").RunOptions = "--disable-web-security --user-data-dir=C:\\Users\\sathish\\tempChromeProfile\\ --disable-site-isolation-trial";
Browsers.Item("chrome").Run();
Browsers.Item("chrome").Navigate(urloftheapplication)
}
Subject | Author | Latest Post |
---|---|---|