function WebDriverCurlService::disableRetry
Same name in other branches
- 9 core/tests/Drupal/FunctionalJavascriptTests/WebDriverCurlService.php \Drupal\FunctionalJavascriptTests\WebDriverCurlService::disableRetry()
- 11.x core/tests/Drupal/FunctionalJavascriptTests/WebDriverCurlService.php \Drupal\FunctionalJavascriptTests\WebDriverCurlService::disableRetry()
Disables retries.
This is useful if the caller is implementing it's own waiting process.
1 call to WebDriverCurlService::disableRetry()
- DocumentElement::waitFor in core/
tests/ Drupal/ Tests/ DocumentElement.php
File
-
core/
tests/ Drupal/ FunctionalJavascriptTests/ WebDriverCurlService.php, line 40
Class
- WebDriverCurlService
- Provides a curl service to interact with Selenium driver.
Namespace
Drupal\FunctionalJavascriptTestsCode
public static function disableRetry() {
static::$retry = FALSE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.