News

If you want to keep the browser open after your script finishes executing, you can use the detach experimental option. Here’s how to do it in Python: OPTIONS.add_experimental_option("detach", True) ...