-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
WIP [dotnet] Reusable DriverService instance by Drivers
#14662
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
Open
nvborisenko
wants to merge
37
commits into
SeleniumHQ:trunk
Choose a base branch
from
nvborisenko:dotnet-reusable-driverservice
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
2ae5417
First step to not dispose driver process
nvborisenko b2fe911
Ability to specify whether to dispose inner driver service for Chrome
nvborisenko 0c6699e
Simplify parameter
nvborisenko b3ea344
Remove dispose service param from chromium ctor
nvborisenko c789b68
Remove and simplify creation of default driver service
nvborisenko f90d364
Remove strange service types
nvborisenko aff5b83
Fix tests execution, but service is still not disposed yet
nvborisenko 57b3a69
Fix tests execution, but service is still not disposed yet
nvborisenko 62716d5
Revert "Fix tests execution, but service is still not disposed yet"
nvborisenko 912bc7e
Merge branch 'dotnet-reusable-driverservice' of https://github.com/nv…
nvborisenko f1fc244
Chrome and Edge are good
nvborisenko ed72189
Merge remote-tracking branch 'upstream/trunk' into dotnet-reusable-dr…
nvborisenko f9143e5
Update DriverFactory.cs
nvborisenko ad5c170
Remove enableLogging unused parameter
nvborisenko 164828f
Remove service from event
nvborisenko f16c08e
Revert "Remove service from event"
nvborisenko 8dd2d6a
Split driver and service
nvborisenko 74db60d
Thread safe driver service
nvborisenko 87369ad
Rename to GetOrCreate
nvborisenko 5565e0e
Merge remote-tracking branch 'upstream/trunk' into dotnet-reusable-dr…
nvborisenko 20cb7ef
Remove Console.WriteLine
nvborisenko 9db68e6
Highlight the issue
nvborisenko 2b3852d
Fix temp tests to dispose in time
nvborisenko bd45673
More testing
nvborisenko 6b96b82
Don't parallelize to be sure
nvborisenko edc7577
Merge remote-tracking branch 'upstream/trunk' into dotnet-reusable-dr…
nvborisenko c1c48d1
And for FF
nvborisenko 07861c5
Chromium and firefox are good
nvborisenko 6a2d3c0
Chain of disposal
nvborisenko 12ca527
Disable parallelization for bidi fixture
nvborisenko d23443e
Safari?
nvborisenko e9626e6
Safari is tested
nvborisenko 8ea2b30
Fix issue when service is shared and browser is not installed
nvborisenko 2fc07b2
InternetExplorer!
nvborisenko dbf3ab0
IE doesn't allow setting of binary location
nvborisenko 934b72e
Investigation off concurrency
nvborisenko 1cc04a6
Rename make to avoid unnecessary changes
nvborisenko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Let's return back try/catch pattern as it was before. Then we can improve later.