瀏覽模式我試圖通過RobotFramework的InPrivate模式打開IE如下:打開Internet Explorer中的InPrivate通過robotframework
${dc} Evaluate sys.modules['selenium.webdriver'].DesiredCapabilities.INTERNETEXPLORER sys, selenium.webdriver
Log To Console ${dc}
Set To Dictionary ${dc} ie.forceCreateProcessApi=${True} ie.browserCommandLineSwitches=-private
Log To Console ${dc}
Open Browser www.google.com ie desired_capabilitie=${dc}
腳本是停留在最後一步,直到按Ctrl + C。有人知道如何解決這個問題嗎?
感謝您的幫助!
我在我的系統上發現了這個問題。當我在Windows 64位上使用IEDriverServer 32位時會發生問題。 – ttvn