![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/dceprojects.corals.io/vendor/nesk/puphpeteer/src/Resources/ |
<?php namespace Nesk\Puphpeteer\Resources; use Nesk\Puphpeteer\Traits\AliasesSelectionMethods; use Nesk\Puphpeteer\Traits\AliasesEvaluationMethods; /** * @method \Nesk\Puphpeteer\Resources\ElementHandle<mixed>|null asElement() * @method \Nesk\Puphpeteer\Resources\Frame|null contentFrame() * @method void hover() * @method void click(array<string, mixed> $options = null) * @method string[] select(string ...$values) * @method void uploadFile(string ...$filePaths) * @method void tap() * @method void focus() * @method void type(string $text, array{ delay: float } $options = null) * @method void press(mixed $key, array<string, mixed> $options = null) * @method mixed|null boundingBox() * @method mixed|null boxModel() * @method string|mixed|null screenshot(array{ } $options = null) * @method bool isIntersectingViewport() */ class ElementHandle extends JSHandle { use AliasesSelectionMethods, AliasesEvaluationMethods; }