How can I add an extension to my chromedriver at the Robot Framework with Selenium2Library and launch remotely
问题 I got stuck with scenario like How can I add an extension to my chromedriver at the Robot level with Selenium2Library , but i am trying to launch browser on a remote machine. Answer present on the above question works well on local machine. But to how to add an extension to chrome browser and launch on remote machine. Using python to get chrome options def launchbrowserwithextension(): options = webdriver.ChromeOptions() options.add_argument('--load-and-launch-app=path_to_extension') return