Solved
Forum Discussion
rraghvani
Champion Level 3
10 months agoTo launch Chromes' DevTools, you need to press F12 on the BrowserWindow and not the Page object,
Sys.Browser("chrome").BrowserWindow(0).Keys('[F12]')
Object Spy is able to identify the DevTools window as Sys.Browser("chrome").BrowserWindow(1).Window("Chrome_RenderWidgetHostHWND", "Chrome Legacy Window", 1) but not any of the UI controls.
nastester
10 months agoRegular Contributor
It absolutely works on the Page object. I did it yesterday.
- sohailalam269610 months agoContributor
so you are saying we cannot go to other tabs like Performance or Console?
Thanks
- rraghvani10 months ago
Champion Level 3
Use the Object Spy tool, to see what UI objects are exposed.