In a webpage suppose i have the below values:
<td> <a href="https://www.test.com/test123/a.html"> test11 </a> </td>
<td> <a href="https://www.test.com/test12333/r.html"> test12 </a> </td>
<td> <a href="https://www.test.com/testaa123/t.html"> test21 </a> </td>
<td> <a href="https://www.test.com/test123123/b.html"> test31 </a> </td>
Is there anyway to find the value test21
using Ruby?
Or is there anyway to find the href
values which has a substring /testaa123/t.html
?
Try out this tutorial for Nokogiri.
Example for a
<li>
tag:This will output YouTube from the site below: