i have automated an Android app, now i am facing a problem, in my app, I want to validate that browser links are working fine when user will click on the links when i click on it then the browser is opened can I validate these links without any click on it?just i want to check these are not broken links? any one can suggest me that how i can handle this problem ,
Asked
Active
Viewed 164 times
0

mudassar munir
- 355
- 1
- 4
- 18
-
If you have the links, you can do a similar work around to this one: https://stackoverflow.com/a/9570292/2889347, you kind of ping the address. – Federico Navarrete May 08 '18 at 13:52
-
Thanks for your dedication i have not checked the internet connection i want to check the Links are wehter they are working fine or not – mudassar munir May 08 '18 at 15:18