
Showing posts with label Broken Link checker. Show all posts
Showing posts with label Broken Link checker. Show all posts
November 23, 2019
November 12, 2019

How to Disable SSL verification while using HttpsURLConnection - C#
If your website is not SSL secured, you can use below coded before sending a HTTP request to URL to bypass connection issue 1 2 3 ...
How to check all the broken links in a web page using Selenium C# (.Net)
To check if all the links inside a web page is working fine or not, at first we need to get all the links in inside the web page. To do...
How to check all broken links in a web page using Selenium Java
To check if all the links inside a web page are working fine or not, at first we need to get all the links inside the web page. To do t...November 10, 2019

Disable SSL verification while using HttpsURLConnection - Java
If your website is not SSL secured, you can use below coded before sending a HTTP request to URL to bypass connection issue 1 2 3 ...Fixing javascript error: Cannot read properties of null (reading 'querySelector') issue when using CSS identifier in selenium
JavaScript is another way to interact with web elements when normal selenium methods fail to act. But one issue with javascript is, it does...