Web Scrapping Using Selenium with Google Chrome or Microsoft Edge (VBA)
Set Default Download Location
ch.SetPreference "download.default_directory", "Put here default download location, like C:\TestFolder"
Open Google Chrome in Maximized Mode
ch.AddAgrument "start-maximized"
Open Google Chrome in Kiosk Mode
ch.AddAgrument "--Kiosk"
Comments
Post a Comment