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

Popular posts from this blog

Power Automate - Automatically fetch data from Power BI in to Excel and Send the copy of the Excel file via Email

Function to Paste Excel Range on Outlook Mail Body (In text not image) Function Name - rngHTML()

Separate Text (Characters) & Numbers from Alpha Numeric String Using Formula and Macro (VBA)