Unable to click the link on IE using IEDriver

后端 未结 1 945
既然无缘
既然无缘 2020-12-22 06:56

The code I am using is shown below.

MultiBrowser

package com;    
import java.io.File;    
import org.openqa.selenium.By;    
import org.openqa.sel         


        
相关标签:
1条回答
  • 2020-12-22 07:12

    It needs to set Security level in all zones. To do that follow the steps below:

    1.Open IE

    2.Go to Tools -> Internet Options -> Security

    3.All check boxes in Security should be enabled.

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