jonathan-krpt

Results 4 comments of jonathan-krpt

> I was trying to check **set_log_path** module. pytest version: 6.2.2 it seems config.pluginmanager.get_plugin("logging-plugin") gives out **None** def pytest_configure(config): logging_plugin = config.pluginmanager.get_plugin("logging-plugin") logging_plugin.set_log_path(str(dir/ filename)) > > I get Error as:...

> logging plugin is registered in a configure hook marked as `trylast` if I'm not mistaken which is likely the reason, try mark your hook with `@pytest.hookimpl(trylast=True)`. Let me know...

[https://stackoverflow.com/questions/72854116/selenium-attributeerror-webdriver-object-has-no-attribute-find-element-by-cs](https://stackoverflow.com/questions/72854116/selenium-attributeerror-webdriver-object-has-no-attribute-find-element-by-cs) check your selenium version. helium only supports 3.141.0. sounds like you are running selenium v4. In selenium v4, the find_element_by_* methods are deprecated or dont exist. Helium would need...

FYI - there's no real interest to maintain this and make it useable on selenium v4. [https://github.com/mherrmann/selenium-python-helium/issues/73#issuecomment-1014377926](https://github.com/mherrmann/selenium-python-helium/issues/73#issuecomment-1014377926)