applitools / Eyes.Selenium.JavaScript

Applitools Eyes SDK For Selenium JavaScript WebDriver
Other
18 stars 18 forks source link

Fixed issue with constructor of ElementArrayFinderWrapper #24

Closed astappiev closed 7 years ago

astappiev commented 7 years ago

Because of circular dependency they should be inside one package to avoid any problems.

That was bad idea (my idea) to split them into different packages. When one object is loaded we can't load another one directly to first one because of circular dependency.

The PR fixes #22