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

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

Merged
merged 31 commits into from
May 17, 2024

Conversation

KazuCocoa
Copy link
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
@KazuCocoa
Copy link
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
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
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

@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
22 of 28 checks passed
@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.

None yet

2 participants