class Playwright::Page
def frame_locator(selector)
locator.click()
locator = page.frame_locator("#my-iframe").get_by_text("Submit")
```python sync
like `
def frame_locator(selector) wrap_impl(@impl.frame_locator(unwrap_impl(selector))) end
def frame_locator(selector) wrap_impl(@impl.frame_locator(unwrap_impl(selector))) end