I am very new to "scrapy", i am scrapping a website and in that i had some anchor tags which consists of href attributes with href="javascript:void(0) functions. When i clicked that javascript function a page is opening from which i need to fetch data.I used Xpath and found href for particular anchor tags but unable to execute that href attribute that contains javascript function. Can anyone tell me how to execute href="javascript:void(0) of anchor tags in scrapy python.My HTML code is
<div class="cont_wrap">
<div class="title_h2">
<div>
<ul class="job_list">
<li>
<div class="cont">
<span style="display:block;vertical-align: bottom;">
<a class="btn_favo" compcd="C10" siteid="AB06" reqstnno="233862" style="display:none;" href="javascript:void(0);">
<a class="title" jobtitle="SSI - Environmental, Health & Safety Supervisor - San Jose" siteid="AB06" compcd="C10" reqstnno="233862" style="display:inline-block;" href="javascript:void(0);">SSI - Environmental, Health & Safety Supervisor - San Jose (233862)</a>
</span>
<span class="type">General Affairs, Regular Full-Time, Travel Required None</span>
<div class="inpo">
</div>
<div class="sub">
</li>
thanks,
Lee