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

Allow VisualCeption to work with any module that inherits from WebDriver #61

Merged

Conversation

mklepaczewski
Copy link

The current implementation requires WebDriver module explicitly for VisualCeption to work. Unfortunately, this prevents modules like WpWebDriver from working with VisualCeption. Proposed change tries first to find WebDriver module, and if it fails to do so, it tries to use the first module that inherits from WebDriver.

@buresmi7
Copy link
Collaborator

buresmi7 commented Jan 2, 2020

Please update with rebasing from master, there are fixed tests.

@AdamOakman
Copy link

@buresmi7 @mklepaczewski is it possible to merge this commit into master? It would be very helpful to have a generic check that any module which inherits from WebDriver is a valid one - I also have a project which uses WPWebDriver

@buresmi7 buresmi7 merged commit be79cdb into Codeception:master Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants