Ranorex cannot control the Dev tools. I need to focus "Network" panel.
Have I understood correctly that with "Control+]" I should be able to navigate between panels?
I did not get this working...
https://developers.google.com/web/tools ... /shortcuts
Global keyboard shortcuts
The following keyboard shortcuts are available in most, if not all, DevTools panels.
Action Mac Windows / Linux
Show Settings ? or Function+F1 ? or F1
Focus the next panel Command+] Control+]
Focus the previous panel Command+[ Control+[
Chrome dev tool shortcut keys
Re: Chrome dev tool shortcut keys
Hi,
At first, you must start chrome with this argument:
At first, you must start chrome with this argument:
At next, you should use something like this, to invoke shortcuts in Chrome form and dev tools element... These actions will open dev. tools and switch to next tab (Ctrl+]).--args --force-renderer-accessibility
You do not have the required permissions to view the files attached to this post.
Pavel Kudrys
Ranorex explorer at Descartes Systems
Please add these details to your questions:
Ranorex explorer at Descartes Systems
Please add these details to your questions:
- Ranorex Snapshot. Learn how to create one >here<
- Ranorex xPath of problematic element(s)
- Ranorex version
- OS version
- HW configuration
Re: Chrome dev tool shortcut keys
Thank you for your answer.
So first I should start Chrome with argument:
Report.Log(ReportLevel.Info, "Website", "Opening web site 'http://www.ranorex.com' with browser 'Chrome' in normal mode (with arguments --args --force-renderer-accessibility).", new RecordItemIndex(0));
Host.Current.OpenBrowser("http://www.ranorex.com", "Chrome", "--args --force-renderer-accessibility", false, false, false, false, false, true);
Delay.Milliseconds(0);
Should I create this repository item "ChromeForm" or should Spy now find this "ChromeForm" after started with this argument?
So first I should start Chrome with argument:
Report.Log(ReportLevel.Info, "Website", "Opening web site 'http://www.ranorex.com' with browser 'Chrome' in normal mode (with arguments --args --force-renderer-accessibility).", new RecordItemIndex(0));
Host.Current.OpenBrowser("http://www.ranorex.com", "Chrome", "--args --force-renderer-accessibility", false, false, false, false, false, true);
Delay.Milliseconds(0);
Should I create this repository item "ChromeForm" or should Spy now find this "ChromeForm" after started with this argument?
Re: Chrome dev tool shortcut keys
Hi,
If you don't have anything like ChromeForm (from my screenshot) in your repository, you must create it. The same for DevTools element.
If you don't have anything like ChromeForm (from my screenshot) in your repository, you must create it. The same for DevTools element.
Pavel Kudrys
Ranorex explorer at Descartes Systems
Please add these details to your questions:
Ranorex explorer at Descartes Systems
Please add these details to your questions:
- Ranorex Snapshot. Learn how to create one >here<
- Ranorex xPath of problematic element(s)
- Ranorex version
- OS version
- HW configuration
Re: Chrome dev tool shortcut keys
Thank you so much!! I got it working. 
