-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
page loading strategy for python #325
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
CLA assistant check
All committers have signed the CLA.
docs_source_files/content/webdriver/page_loading_strategy.en.md
Outdated
Show resolved
Hide resolved
Sure will make changes and create a new pr
...
On Mon, Mar 16, 2020, 1:12 PM Sri Harsha @.***> wrote: @harsha509 requested changes
And most importantly, the reason i have left it blank because this feature is not available in python bindings yet. This feature has landed with commit SeleniumHQ/selenium@f878211
and we still need to wait for alpha version to get rolled out.
Regards,
Harsha.
Ahh okay.. is there anything else I can help you with? I am fairly new and could use your guidance.. Regards, Abhishek
For this PR. I suggest you to wait until the next alpha is released. Meanwhile, you can contribute for any section in this document.
Regards,
Harsha
Just FYI, an alpha will be released this week, then it is fine to have this, so we could merge this as soon as it uses options instead of desired capabilities.
We're moving away from desired capabilities, please use chromeOptions to set the capability
setting an option should be preferred.
@abhishek-malani can you make that change?
Hi @abhishek-malani ,
Selenium-4 alpha 5 for python bindings is out now. Can you please update the PR with suggested changes.
Thanks,
Harsha.
Sure..
Made the requested changes
Hi @abhishek-malani ,
Can you please add code changes in other translated pages and sign the CLA !
Thanks,
Harsha
Hi @abhishek-malani ,
Thanks for the PR. I've merged one of the PR which contains your changes. Usually we do create a single PR for any type changes for all translated pages.
Providing multiple is fine, but it triggers the 2 builds for each PR to get merged which consumes lot of time. So referring to all your PRs done for translated pages i've made a single commit.
Hope you're fine with it.
Regards,
Harsha
Uh oh!
There was an error while loading. Please reload this page.
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Motivation and Context
Types of changes
Checklist