openDebugPanel

fun IviServiceAwareTestCase.openDebugPanel()

Open the debug panel by pressing the backtick/grave (`) key on the keyboard. This may only be called when the debug menu is not already opened.

When the debug panel is only needed for a brief moment to perform an action, withDebugTab is preferred instead of this method. It reduces the scope of ongoing things by closing the debug tab when the action is finished. In case the debug panel is needed for a longer period of time however, this method is more suitable as it prevents repeated opening and closing of the debug panel and avoids the clutter that comes with it.