Selenium: how to handle JNLP issue in Chrome and Python
问题 In Chrome (Edge or Firefox) JNLP warning This type of file can harm your computer popups when I try to open web page containing this Java extension with Selenium WebDriver. There are 2 buttons - Keep to allow proceeding and Discard to...discard. The warning forbid any other action because it's probably not possible to allow JNLP and run its installation from browser via Selenium itself. One possible solution is to use different browser (or retired browser like IE) or to use some workaround,