Kernel: Python 3
In [0]:
In [0]:
Side by side mode
The default mode is that a new browser window is open from your, in this case, Python execution enviroment. The code window is the remote control of that specific browser window.
In [0]:
Simple example
In [0]:
Capture the last visited page
In [0]:
In [0]:
Google search example
In [0]:
Find the id
element by putting the mouse pointer on the search box.
In [0]:
With the mouse pointer on the search button, right click and choose Inspect
and check the button name
In [0]:
In [0]:
Hidden mode
A virtual display is generated where the broeser window is hidden
In [0]:
In [0]: