Molybden API
Loading...
Searching...
No Matches
molybden::DevTools Class Referenceabstract

Allows working with Chromium DevTools and access the remote debugging URL of the currently loaded web page in the browser instance associated with this DevTools. More...

#include <devtools.hpp>

Public Member Functions

virtual std::shared_ptr< Browserbrowser ()=0
 Returns the browser instance of this DevTools.
 
virtual void show ()=0
 Opens Chromium DevTools in a new window.
 
virtual void hide ()=0
 Hides the Chromium DevTools window if it is shown.
 

Detailed Description

Allows working with Chromium DevTools and access the remote debugging URL of the currently loaded web page in the browser instance associated with this DevTools.

Member Function Documentation

◆ show()

virtual void molybden::DevTools::show ( )
pure virtual

Opens Chromium DevTools in a new window.

It does nothing if the DevTools window is already shown.


The documentation for this class was generated from the following file: