When Chrome is chosen as browser and loading some URLs, there will be a note that says waiting for abc.com. 这会导致完全加载页面的延迟。
我想使用page_load_strategy来缓解这种情况。为此,我必须使用 page_load_strategy 的 DesiredCapabilities 为 chrome 创建 webdriver。
我们如何在 RobotFramework 中做到这一点?