Lndj\Traits\Parser::parserOthersHiddenValue PHP Method

parserOthersHiddenValue() public method

When get Grade info, the hidden value is not same as login page.
public parserOthersHiddenValue ( type $body ) : type
$body type
return type
    public function parserOthersHiddenValue($body)
    {
        $crawler = new Crawler((string) $body);
        return $crawler->filterXPath('//*[@id="Form1"]/input[3]')->attr('value');
    }