Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

we needed the possibility to access the WebDriver instance from a subclass we are using as a fixture. So we could add logic through low level access of the driver. #50

Closed
wants to merge 1 commit into from

Conversation

rolfvreijdenberger
Copy link

Added a protected field for the driver, providing the possibility to subclass SeleniumDriverFixture to add custom logic using the driver from a subclass.

… SeleniumDriverFixture to add custom logic using the driver from a subclass.
@amolenaar
Copy link
Member

:) Making it protected also opens it for modification, thereby voilating the OC principle. I'll add a few accessor methods instead.

@amolenaar amolenaar closed this in d89317e Oct 18, 2012
@rolfvreijdenberger
Copy link
Author

well said, thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants