Forum Discussion
rraghvani
Champion Level 3
3 years agoI've just used TC v15.46.9.7 x64 with Chrome 108.0.5359.99 (Official Build) (64-bit) and Edge 108.0.1462.46 (Official build) (64-bit), followed the exact instructions in Accessing Object Frames in Chrome and Edge. TC is able to recognised the UI objects,
function Sample_Run_Browser()
{
Browsers.Item("chrome").RunOptions = "--disable-web-security --user-data-dir=C:\\Users\\******\\AppData\\Local\\Google\\Chrome\\User Data\\Default --disable-site-isolation-trials";
Browsers.Item(btChrome).Run("https://www.office.com");
// …
}