Punit Arani
Punit Arani
When running lean login after lean init, the credentials fail to be saved to the credentials file. Error: "FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\user\\.lean\\credentials'" This can manually...
Allows getting the driver install path without having to `install()` or use the private `_get_driver_path()` method.
Created `set_logger()` to use a custom global logger instead of the default WDM logger. Added [tests](https://github.com/punitarani/webdriver_manager/blob/master/tests/test_custom_logger.py) and [Documentation ](https://github.com/punitarani/webdriver_manager#custom-logger) for `set_logger()`.
## Description ## Screencast ## Checklist - [ ] I read the [extension guidelines](https://developers.raycast.com/basics/prepare-an-extension-for-store) - [ ] I read the [documentation about publishing](https://developers.raycast.com/basics/publish-an-extension) - [ ] I ran `npm run...