@Naveen: Excellent explanation. I have one suggestion here instead of checking for each link we can filter more by using whether the link is enabled or not first and then apply your logic. Because there is a chance of having disabled links also. With your logic it will be checking for disabled links as well. I have faced this challenge earlier so thought of sharing.
Hi Naveen, wanted to point out that i have used the same code still it is showing on the not broken list but not showing the broken link data . But it is showing the right count for the total links .
Amazing Naveen. Thanks a lot for explaining it so clearly. I tried the program today and I have a query - how to get the links in console as blue hyperlinks as seen in your video. I see the links in simple black color as it displays in eclipse console. help me on this.
@@naveenautomationlabs Thanks. How can I get in touch with you. I have actually taken a monthly subscription to your channel. What are the benefits of a subscription? Will I be able to access certain videos which are not free for everyone on youtube?
Hi Naveen, I have tried this with Maven, while executing the program, I am getting Java virtual version exception. Due this code is not running. Can you plz help me on this
I have a question if you can make a video on it. I am taking a tic tac toe challenge for an interview. Each cell has a row and column and the xpath has to contain both. How can I create a list of numbers... int[ ] a and int b[ ] and put those into driver.findElement(By.xpath(beforeXpath + first + middleXpath + second + endXpath)).click(); Using Streams?
Not sure why so underrated this channel. I can say it’s the best content. Very neatly explained
Never excepted this kind of programming thanks so much
Question is simple but you make solution easy.....Thanks Naveen...
The first approach was known to me . Great to know the second method (parallelStream ).Thanks
Your videos help us a lot, even more than some tutorial sites. Thanks a lot Naveen!!
Sir u r sooo underrated. I feel u should have minimum 1 million subscribers
Thanks for your support
Thank you so much Naveen for this Vidio , you are awesome.
@Naveen: Excellent explanation. I have one suggestion here instead of checking for each link we can filter more by using whether the link is enabled or not first and then apply your logic. Because there is a chance of having disabled links also. With your logic it will be checking for disabled links as well. I have faced this challenge earlier so thought of sharing.
How to filter disabled links
Thanks sir . Congrats for your certification
Superb Naveen 👌
Thanks for posting Naveen its very useful…
Thanks for expanding our knowledge 😊
Nice Explained, please add more content for stream uses in java/selenium Thanks.
This is Great 👍
This is amazing... :)
Neatly explained. Can we create our own thread and execute these link like group of 50 link in each thread?
🙏 awesome
Thnx Naveen
Parallel stream sequence stream....thanks
Hi Naveen,Its good explanation💐.Suppose we have 100k link and we want to check.so what is your approach here.
Hi Naveen, wanted to point out that i have used the same code still it is showing on the not broken list but not showing the broken link data . But it is showing the right count for the total links .
Sir, your telegram link is not working. It is showing that this invite link is expired...
This is really useful. Do you have any suggestion for same scenario but for WebdriverIO/NodeJs ?
Amazing Naveen. Thanks a lot for explaining it so clearly. I tried the program today and I have a query - how to get the links in console as blue hyperlinks as seen in your video. I see the links in simple black color as it displays in eclipse console. help me on this.
Blue or black hyperlink doesn't matter.
@@naveenautomationlabs Thanks. How can I get in touch with you. I have actually taken a monthly subscription to your channel. What are the benefits of a subscription? Will I be able to access certain videos which are not free for everyone on youtube?
Please reply.
Very useful
Hi Naveen,
I have tried this with Maven, while executing the program, I am getting Java virtual version exception. Due this code is not running. Can you plz help me on this
This iron man tune in the beginning feels awesome
@NaveenAutomationLabs, How to do the same with C# Selenium and NUnit.
This will scan all the link of website or only for home page ( amazon.com ) ?
how will time will it take using multi threading thread pool executor? Is it going to be less? Can you show us please
Hi Naveen, I am not good at lamda's. Could you help how to write inside "foreach()" method in line 37 in normal steps.
Parallel steam ❤
Is there anything like ParalleStream in C# ?
I'm getting exception:- Cannot invoke "String.length()" because "spec* is Null... Please help me
this code doesn't handle malformed url exception and when url is null
👍👍
I have a question if you can make a video on it. I am taking a tic tac toe challenge for an interview. Each cell has a row and column and the xpath has to contain both. How can I create a list of numbers... int[ ] a and int b[ ] and put those into driver.findElement(By.xpath(beforeXpath + first + middleXpath + second + endXpath)).click();
Using Streams?
Hey Naveen, Huge fan of you.
unable to find the link to download document of question answers
Sir how to find the broken link text and that status code... In scrpit
👍
Thanks
Neatly explains....