(locator)
| 3416 | } |
| 3417 | |
| 3418 | function isFrameLocator(locator) { |
| 3419 | locator = new Locator(locator) |
| 3420 | if (locator.isFrame()) { |
| 3421 | const _locator = new Locator(locator) |
| 3422 | return _locator.value |
| 3423 | } |
| 3424 | return false |
| 3425 | } |
| 3426 | |
| 3427 | function assertElementExists(res, locator, prefix, suffix) { |
| 3428 | if (!res || res.length === 0) { |