klarna-incubator / webtraversallibrary

The Web Traversal Library (WTL) is a Python library for abstracting web interactions on top of a base execution layer such as Selenium.
Apache License 2.0
69 stars 7 forks source link

Firefox support #69

Open naslundx opened 3 years ago

naslundx commented 3 years ago

Support changing browser to Firefox.

naslundx commented 3 years ago

Still to do:

naslundx commented 3 years ago

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

naslundx commented 3 years ago

Regarding tests - the more complex tests are in system_test.py. We can hopefully do much more.

naslundx commented 3 years ago

Moved JS logging to separate issue #97