Marcus Näslund
Marcus Näslund
Any updates on this? Also facing the same problem - it's not possible to use awscli and pylint in the same project.
@tim-finnigan Thanks for the quick response!
Everything related is in `javascript.py`. All JS snippets are in the js folder.
Still to do: - Work out how to get JS logs/output from firefox - Ensure all settings are respected when init firefox - Add firefox+geckodriver to docs - Add firefox+geckodriver...
Regarding logs: In `javascript.py` there is a `safe_selenium_method` method. In the finally block is where the logs are (supposed to be) fetched
Regarding tests - the more complex tests are in `system_test.py`. We can hopefully do much more.
Moved JS logging to separate issue #97
Timeout is handled by `TimeoutContext` in processtools.py. There's possibly a bugfix for it, or there is something smarter available for this sort of stuff.