Alexander Ivanovsky

Results 2 comments of Alexander Ivanovsky

+1 for this feature. BTW, combining **Florian Rathgeber** and **Matthias Geier** solutions we can get a bit nicer "meta fixture": ``` python @pytest.fixture def a(): return 'a' @pytest.fixture def b():...

Thanks for the feedback. As I understand, the problem was introduced in https://github.com/SeleniumHQ/selenium/commit/09dab5afe5280476290f9cc43d51269aac672853 and https://github.com/SeleniumHQ/selenium/commit/18432f5b0fb4fcd477fec1f02914c9ddd8c72793. Webium uses remote `WebElement` class by default and obviously its instance is not recognized as...