(locator)
| 3269 | } |
| 3270 | |
| 3271 | function isFrameLocator(locator) { |
| 3272 | locator = new Locator(locator) |
| 3273 | if (locator.isFrame()) return locator.value |
| 3274 | return false |
| 3275 | } |
| 3276 | |
| 3277 | function assertElementExists(res, locator, prefix, suffix) { |
| 3278 | if (!res || res.length === 0) { |