Molybden API
|
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< Browser > | browser ()=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. | |
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.
|
pure virtual |