Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: removing add_command from bridge #555

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Conversation

KazuCocoa
Copy link
Member

Still need to do something in the driver layer, but basic bridge layer is probably can do with selenium 4.21

@@ -173,13 +173,17 @@ def json_create(value)
# Bridge.add_command name, method, url, &block
# end

def add_command(method:, url:, name:, &block)
::Appium::Logger.info "Overriding the method '#{name}' for '#{url}'" if @available_commands.key? name
# def add_command(method:, url:, name:, &block)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here can be later. Firstly we could use the bridge function to other existing methods

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant