Page 1 of 1

[HELP] DomCrawler Get onclick Result

Posted: Fri Feb 05, 2016 10:17 am
by Grandong
Hi...
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');">
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 :banghead: