zebrunner / carina-webdriver

Apache License 2.0
7 stars 10 forks source link

Add the ability to search pages implementations in dependencies #51

Closed akamarouski closed 1 year ago

akamarouski commented 1 year ago

When initializing the page using the initPage method of the ICustomTypePageFactory interface, we search for classes only in the current project, but in some cases we want to search in dependencies, which can be time consuming. Explore the possibility of specifying through a parameter whether it is worth looking for classes in dependencies or not