Skip to content

qingguo-yu/webdriverhttps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

webdriverhttps

The code is used to demo an issue of webdriver retrieving web page through HTTPS.

  1. To reproduce the issue, please commit the following code and run the code as a java application. The error will be printed in the console. //client.getOptions().setSSLInsecureProtocol("TLSv1");
  2. To fix the issue, uncomment the above code and rerun the application.

About

The code is used to demo an issue of webdriver retrieving web page through HTTPS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages