public function SelectorsContext::printCssSelectors in Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) 8.8
Same name and namespace in other branches
- 8.4 tests/features/bootstrap/SelectorsContext.php \SelectorsContext::printCssSelectors()
- 8.5 tests/features/bootstrap/SelectorsContext.php \SelectorsContext::printCssSelectors()
- 8.6 tests/features/bootstrap/SelectorsContext.php \SelectorsContext::printCssSelectors()
- 8.7 tests/features/bootstrap/SelectorsContext.php \SelectorsContext::printCssSelectors()
- 9.0.x tests/features/bootstrap/SelectorsContext.php \SelectorsContext::printCssSelectors()
Selector: To print list of CSS selectors which has been registered.
Example: When I print css selectors.
@Then /^(?:|I )print css selectors$/
File
- tests/
features/ bootstrap/ SelectorsContext.php, line 267
Class
- SelectorsContext
- Defines application features from the specific context.
Code
public function printCssSelectors() {
echo Yaml::dump($this->cssSelectors);
}