org.openqa.selenium.NoSuchElementException: no such element

前端 未结 7 1950
深忆病人
深忆病人 2020-12-09 13:35

Running Selenium WebDriver 2.37.1

I\'m receiving an intermittent problem when running a test and receive the following error:

org.openqa.selenium.No         


        
相关标签:
7条回答
  • 2020-12-09 14:20

    I had this same problem when trying to test IE7 on Windows Server 2003. I fixed it by removing Internet Explorer Enhanced Security Configuration. On Server 2003 you can fix it by doing the following:

    • Open up Control Panel
    • Open Add or Remove Programs
    • Open Add/Remove Windows Components (on the left sidebar)
    • Uncheck Internet Explorer Enhanced Security Configuration
    • Click Next
    • Follow through to the end
    • Restart Internet Explorer

    If using Server 2008 or 2012 the steps will be different but the goal is the same.

    0 讨论(0)
提交回复
热议问题