搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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?

所有回复 (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.