class Playwright::Page

def editable?(selector, strict: nil, timeout: nil)

Returns whether the element is [editable](../actionability.md#editable).
def editable?(selector, strict: nil, timeout: nil)
  wrap_impl(@impl.editable?(unwrap_impl(selector), strict: unwrap_impl(strict), timeout: unwrap_impl(timeout)))
end