wb.open(self.url) ends up opening browser as root which can break
Open
bug
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
the workaround for this is to use os.system() with a specified browser.
we can iterate through the different supported browsers and pick on then and there. then open it with whatever params needed as root
unfortunately the program has to be run as root because of the keyboard library
this sucks, however since keyboard uses a raw input interface it must be ran as root.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.