Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Frame.php

function Frame::methods

Overrides AbstractWebDriver::methods

File

vendor/lullabot/php-webdriver/lib/WebDriver/Frame.php, line 28

Class

Frame
WebDriver\Frame class

Namespace

WebDriver

Code

protected function methods() {
    return array(
        'parent' => array(
            'POST',
        ),
    );
}
RSS feed
Powered by Drupal