Is there a way, to automate file browse and select action of HTML Input FileUpload Object, using chrome extension ?
Like 'sendkeys' in selenium. (driver.FindElement(By.Id("Update_file")).SendKeys(DS_File) )
Also is 'sendkeys' supported in chrome extension?