Skip to content

feat: implement search context and UA based on selenium 4.21#480

Merged
KazuCocoa merged 31 commits intomasterfrom
selenium-12141
May 17, 2024
Merged

feat: implement search context and UA based on selenium 4.21#480
KazuCocoa merged 31 commits intomasterfrom
selenium-12141

Conversation

@KazuCocoa
Copy link
Copy Markdown
Member

@KazuCocoa KazuCocoa commented Jun 17, 2023

Aims to implement search context and UA based on SeleniumHQ/selenium#12141

@KazuCocoa KazuCocoa changed the title set the deps destination feat: implement search context and UA with selenium 12141 idea Jun 17, 2023
Comment thread lib/appium_lib_core/common/base/http_default.rb Outdated
@KazuCocoa
Copy link
Copy Markdown
Member Author

ok, anyway this implementation works.

Comment on lines +40 to +43
# def available_contexts
# # return empty array instead of nil on failure
# execute(:available_contexts, {}) || []
# end
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

this comment out is to test add_command

Comment on lines +177 to +179
# def add_command(method:, url:, name:, &block)
# Bridge.add_command name, method, url, &block
# end
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

todo: once we move to this bridge.add_command, need to update tests as well. should be another pr

Comment thread lib/appium_lib_core/common/base/bridge.rb
@KazuCocoa KazuCocoa changed the title feat: implement search context and UA with selenium 12141 idea feat: implement search context and UA May 15, 2024
@KazuCocoa KazuCocoa marked this pull request as ready for review May 16, 2024 22:53
@KazuCocoa KazuCocoa changed the title feat: implement search context and UA feat: implement search context and UA based on selenium 4.21 May 16, 2024
@KazuCocoa KazuCocoa changed the title feat: implement search context and UA based on selenium 4.21 chore: implement search context and UA based on selenium 4.21 May 17, 2024
@KazuCocoa KazuCocoa changed the title chore: implement search context and UA based on selenium 4.21 feat: implement search context and UA based on selenium 4.21 May 17, 2024
@KazuCocoa KazuCocoa merged commit 6628445 into master May 17, 2024
@KazuCocoa KazuCocoa deleted the selenium-12141 branch May 17, 2024 18:43
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.

2 participants