nomansial
3 years agoOccasional Contributor
Access web elements inside iframe
Hi
I'm unable to access web elements inside an iframe. After reading the documentation I'm using the below line of code to launch the browser but still it is unable to access the iframe elements.
Browsers.Item[browser_name].RunOptions = "--disable-web-security --user-data-dir=\"C:\\Users\\qpros_nssial\\AppData\\Local\\Google\\Chrome\\User Data\\Default\" --disable-site-isolation-trials -private"
Delay(3000)
Browsers.Item[btChrome].Run(url)
Sys.Browser().BrowserWindow(0).Maximize()