Codeception / Codeception/module-webdriver
Shortcut findElements() mechanism for data attributes
未關閉
- 主要語言
- PHP
- 星號
- 39
- 分支
- 25
- PR 合併指標
- 30 天內沒有已合併 PR
描述
### What are you trying to achieve? (Expected behavior)
A shortcut match() selector for data attributes.
### What do you get instead? (Actual behavior)
Need to specify the whole css selector
### How could the issue be reproduced? (Steps to reproduce)
Using the example in https://medium.com/swlh/5-tricks-to-elevate-your-automated-regression-tests-762f437c55e6
```
Shop ankle boots
```
it could be along the lines of:
```php
$i->click(['data' => 'qaid|shop-ankle-boots'])
```
while today it is:
```php
$i->click(['css' => '[data-qaid="shop-ankle-boots"]']);
```
### Details
* Codeception version: 3.1.1
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。