Using Selenium without using any browser
问题 I have been trying to do web automation using selenium,Is there any way to use browser like chrome,firefox without actually installing then, like using some alternate options, or having portable versions of them.If I can use portable versions how do i tell selenium to use it? 回答1: To use the browsers like google-chrome and firefox you have to install the full-blown browser. You can find a detailed discussion in Is Chrome installation needed or only chromedriver when using Selenium? As an