-
|
Is there any option to change the driver path so that we can use a driver that is already downloaded in a different folder, not seleniumbase/driver, and also skip the download part? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
SeleniumBase has a Pure CDP Mode that doesn't use Chromedriver at all. Eg: |
Beta Was this translation helpful? Give feedback.
-
|
examples/cdp_mode/raw_cdp_tabs.py |
Beta Was this translation helpful? Give feedback.
SeleniumBase has a Pure CDP Mode that doesn't use Chromedriver at all.
See the examples that start with
from seleniumbase import sb_cdpin the SeleniumBase/examples/cdp_mode/ folder.In that format, the browser is launched with a command such as
sb = sb_cdp.Chrome().Eg: