Denis Alekseev

Results 15 comments of Denis Alekseev

I get the same in Mac BigSur PyCharm 2021.2.2 (Professional Edition) Build #PY-212.5284.44, built on September 14, 2021 plugin version 3.2.2

Is there any chance that it is caused by empty line at the end of env file?

The feature is still highly wanted

Can anybody ask this guy https://www.facebook.com/ilya.etingof whether it's him? I don't have facebook account,

https://stackoverflow.com/questions/61913459/how-to-use-browsermob-with-python-selenium-behind-a-corporate-proxy

The same issue on my side

Could anyone explain how to deal with repo in development mode please. I'm trying to `pip install -e .` in each package, but I still have 'no module' issues during...

Please try this one ```python import pytest import allure @pytest.fixture def result_type(): return 'RESULT_TYPE' @allure.title("Generating Test Results") def testResultPngToPdf(result_type): '''Function call to make pdf for all screen shots taken during...

if `-1` index does not exist then list is empty. The problem is somewhere in your code. your log `logging.info(f"Total Screenshots captured : {len(screenshots_list)}")` must print zero in console. Anyway,...