Abhash Rai

Results 2 issues of Abhash Rai

for python 3.8 It shouldn't be: python -m pip install dlib-19.22.99-cp38-cp38m-win_amd64.whl It should be: python -m pip install dlib-19.22.99-cp38-cp38-win_amd64.whl python 3.9 It shouldn't be: python -m pip install dlib-19.22.99-cp39-cp39m-win_amd64.whl It...

```python async save_screenshot(filename='auto', format='jpeg', full_page=False) ``` Above method allows Tab's screenshot but even if full_page is set to True, the URL bar is not included. Is there a way to...