catch href based on a class

Asked

Viewed 16 times

-1

I need your help in the following problem to automate a task, I have a class="meet" is what differs from the other links, based on this class I need to get the link that changes to each client, follows part of the code

<tr data-id="b5d1a5c7-ad27-4a80-b9ea-80b20ba63f4d"  data-name="ANA PAULA" class="answer">
<td data-type="System.String" data-attribute="pmc_name_client" data-value="ANA PAULA" tabindex="0" data-th="Name Client" aria-label="Name Client ANA PAULA">
<a href="/oportunidades/detalhes-oportunidade/?id=b5d1a5c7-ad27-4a80-b9ea-80b20ba63f4d" class="details-link has-tooltip" data-toggle="tooltip" title="Show detail">ANA PAULA</a></td></tr>

1 answer

0

´<tr data-id="b5d1a5c7-ad27-4a80-b9ea-80b20ba63f4d"  
data-name="ANA PAULA" class="answer">
<td data-type="System.String" data- 
attribute="pmc_name_client" data-value="ANA PAULA" 
tabindex="0" data-th="Name Client" aria-label="Name 
Client ANA PAULA">
<a href="/oportunidades/detalhes-oportunidade/? 
id=b5d1a5c7-ad27-4a80-b9ea-80b20ba63f4d" 
class="details-link has-tooltip" data- 
toggle="tooltip" title="Show detail">ANA PAULA</a> 
</td></tr>´

Browser other questions tagged

You are not signed in. Login or sign up in order to post.