class Selenium::WebDriver::BiDi::Protocol::Input
def perform_actions(context:, actions:)
- See: https://www.selenium.dev/documentation/warnings/bidi-implementation/ -
Other tags:
- Api: - private
def perform_actions(context:, actions:) params = PerformActionsParameters.new(context: context, actions: actions) execute(cmd: 'input.performActions', params: params) end