Google Analytic

2023年9月15日 星期五

使用Python Selenium中Firefox小小注意事項

上篇介紹Python SeleniumWebdriver的注意事項,這次分享使用Firefox Browser的注意事項,主因就是Firefox 的更新設定,預期是自動更新,所以有設定到套件(extension)的話,設定也要跟著更新。

例如:



profile_set = FirefoxProfile
(r"C:\Users\............\AppData\Roaming\Mozilla\Firefox\Profiles\[TestExsample]-release-1")

profile_set.add_extension
(r'C:\Users\popxp\AppData\Roaming\Mozilla\Firefox\Profiles\[TestExsample]-release-1\extensions\{1XXXXXXXXXXXXX4}.xpi')

就要隨著瀏覽器更新時更正程式碼,故建議將更新設定設為手動



沒有留言:

張貼留言

Related Posts Plugin for WordPress, Blogger...