class Playwright::FileChooser

def multiple?

Returns whether this file chooser accepts multiple files.
def multiple?
  wrap_impl(@impl.multiple?)
end