Vivaldi Extension #
If you’re a developer user, you can automate Vivaldi by installing the Vivaldi extension. Here’s how you can do it:
1. Installation #
Before you start, please ensure that you’ve closed all Vivaldi and Chrome browsers.
(1) pip command
from clicknium import clicknium as cc
# install chrome extension
cc.chromium('vivaldi').extension.install_or_update()
(2)Once installed, follow the wizard to turn on the extension.
You can refer to console output for more installation details.
Hidden the status bar, this is important, as it has impact during recording.
Notice: You should hide the status bar before recording, as it may have an impact.
2. Additional Settings #
You can do the following setting to avoid opening mulitple tabs when open Vivaldi browser.
3. Use Vlvaldi in Clicknium #
from clicknium import clicknium as cc
# open Vivaldi browser
vivaldi_tab = cc.chromium('vivaldi').open("https://www.bing.com", timeout = 10)