Selenium chrome driver v127 select default search engine error FIXED | The K Academy

Опубликовано: 20 Март 2026
на канале: K Academy
6,146
92

Welcome to The K Academy your go-to destination for concise and insightful videos.

from selenium.webdriver.chrome.options import Options

chrome_options = Options()
chrome_options.add_argument("--disable-search-engine-choice-screen")
driver = webdriver.Chrome(options=chrome_options)


How to get rid of "Choose your search engine" dialog in Chrome v.127 on Selenium test run?
Selecting default search engine is needed for Chrome version 127


TABLE OF CONTENTS
Introduction 00:00

Thank You

Subscribe to our channel: https://bit.ly/3gch9EE

#tutorial #programming