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

Add webdriver context and make it available from the Browser instance #262

Open
DmitryBogatko opened this issue Sep 17, 2024 · 0 comments
Open
Assignees
Labels
feature New feature

Comments

@DmitryBogatko
Copy link
Contributor

Provide access to DriverService and potentially any others objects which are involved into webdriver instantiation.
With access to DriverService you can get chromedriver process id and manipulate with it if needed (like kill in teardown is selenium.quit() does not work for some reason).

@DmitryBogatko DmitryBogatko added the feature New feature label Sep 17, 2024
@DmitryBogatko DmitryBogatko self-assigned this Sep 17, 2024
DmitryBogatko pushed a commit that referenced this issue Sep 17, 2024
DmitryBogatko pushed a commit that referenced this issue Sep 17, 2024
DmitryBogatko pushed a commit that referenced this issue Sep 17, 2024
DmitryBogatko pushed a commit that referenced this issue Sep 18, 2024
DmitryBogatko added a commit that referenced this issue Sep 20, 2024
* [#262] made Browser constructor with DriverService parameter with null by default
---------

Co-authored-by: dmitry.bogatko <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant