Solved
Forum Discussion
rraghvani
Champion Level 3
2 years 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.
- nastester2 years agoRegular Contributor
It absolutely works on the Page object. I did it yesterday.
- sohailalam26962 years agoContributor
so you are saying we cannot go to other tabs like Performance or Console?
Thanks