Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

Can Firefox browser be used to datascrape via Excel VBA?

more options

Now that Microsoft has sunsetted IE, datascraping is not straight forward. I like firefox browser and would like to use it to datascrape from websites into Excel via VBA. Does Selenium work? Any other solutions?

Now that Microsoft has sunsetted IE, datascraping is not straight forward. I like firefox browser and would like to use it to datascrape from websites into Excel via VBA. Does Selenium work? Any other solutions?

Všechny odpovědi (1)

more options

Firefox does not run ActiveX controls (COM objects).

Since you write VBA, you can run your code from inside Excel and it will use the IE plumbing.