How to launch Chrome Extension using Automation (Robot Framework, etc.)
问题 I need to launch a particular chrome extension in my automation. I am currently using Selenium with Java. But I am unable to launch my chrome extension. 回答1: Basicaly there are two approaches. 1. install desired extension in runtime - https://dev.to/razgandeanu/testing-chrome-extensions-with-selenium-491b 2. manualy install desired extension do existing browser profile and use the existing profile in selenium . Like this: package packageName; import org.openqa.selenium.WebDriver; import org