-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Added code samples for Chrome extensions #1411
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
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
This is great. It takes a lot of work to do all of this. To @harsha509's points. The exact same extension for Chrome lives here - https://github.com/SeleniumHQ/selenium/tree/trunk/common/extensions If you can copy/paste the crx extension to the same directories as the Firefox extensions, then we can use Selenium html pages, and the CI shouldn't complain. Let me know if I can help. |
I actually didn't expect my monster PR to get merged so quickly (I've been working on it for weeks). But I just made rebasing your code extremely challenging. :( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @by-gayathri !
Congratulations on your first contribution to Selenium Docs @by-gayathri 🎉 🎉 🎉 |
* Add sample code for extensions * Add samples for extensions in other languages * Review comments * add sample crx file and update tests * update sample code and assertions with crx file * updated md wrt to new code changes * resolve merge conflicts * fix line numbers (merge-conflicts) * typo fix * fix typo e0e2842
Description
Added code samples for Chrome extensions
Motivation and Context
This helps users to automatically load in the browser once the test execution starts
Types of changes
Checklist