You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I get all hrefs(links) that reside in anchor tags with JavaScript code using selenium python? Those links are dynamically changed every time.
#1
571461
I could not paste the whole html because its huge one. From the above html i pasted 571461 is obtained through javascript. i am trying to get all href from webpage . i got all the hrefs but for above link i got like this
javascript:selectItem('/7000/7020.aspx?reqID=' + ContentPH_hidReqID.getValue() + '&wf=0' + addUrlText() + '#ContentPH_tabReq:ContentPH_pnlCandidates') .
can you help me how to extract that ReqID from that tag. and how to get that type of links in that webpage.
The text was updated successfully, but these errors were encountered:
571461
I could not paste the whole html because its huge one. From the above html i pasted 571461 is obtained through javascript. i am trying to get all href from webpage . i got all the hrefs but for above link i got like this
javascript:selectItem('/7000/7020.aspx?reqID=' + ContentPH_hidReqID.getValue() + '&wf=0' + addUrlText() + '#ContentPH_tabReq:ContentPH_pnlCandidates') .
can you help me how to extract that ReqID from that tag. and how to get that type of links in that webpage.
The text was updated successfully, but these errors were encountered: