()
| 813 | } |
| 814 | |
| 815 | async _withinEnd() { |
| 816 | if (this.browser.isInsideFrame) { |
| 817 | this.browser.isInsideFrame = false |
| 818 | return this.switchTo(null) |
| 819 | } |
| 820 | this.context = this.root |
| 821 | this.$$ = this.browser.$$.bind(this.browser) |
| 822 | } |
| 823 | |
| 824 | /** |
| 825 | * Check if locator is type of "Shadow" |