Home
last modified time | relevance | path

Searched refs:frame_locator (Results 1 – 1 of 1) sorted by relevance

/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriverExpectedCondition.php349 * @param string $frame_locator The locator used to find the iFrame
353 public static function frameToBeAvailableAndSwitchToIt($frame_locator) argument
356 function (WebDriver $driver) use ($frame_locator) {
358 return $driver->switchTo()->frame($frame_locator);