[HELP] DomCrawler Get onclick Result
Posted: Fri Feb 05, 2016 10:17 am
Hi...
i try using DomCrawler, but i have 1 problem,
this html code:
if i click this radio button on original website, i cannot see hxr action, and if i i click this button, web will show other table detail .
can i click this button using DomCrawler ? how ? cz my problem is i cannot see xhr action
i try using DomCrawler, but i have 1 problem,
this html code:
Code: Select all
<input id="FR00_C3_SLOT1" type="radio" name="Outbound" value="FR00_C3_SLOT1" onclick="productSelected('FR00_C3_SLOT1');">
can i click this button using DomCrawler ? how ? cz my problem is i cannot see xhr action