URL blacklisting with BrowserMobProxy in Robot Framework/Selenium?
问题 I'm using RobotFramework with Selenium library for writing automated test cases for various websites. I've encountered an issue where due to slow loading from third-party URLs, some pages take forever to load and I want to block them to speed up test execution. However, I am stuck on implementing that solution via BrowserMob in Robot Framework. Can anyone help? So far, I have this code: Start Browser ## Init BrowserMob Proxy ${BMPATH} Join Path ${EXECDIR} browsermob-proxy-2.1.4 bin browsermob