Ghost.py
Ghost.py copied to clipboard
Webkit based scriptable web browser for python.
`docker run -i -t jeanphix/ghost.py:2.0.0-dev python3` [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information. ` >>> from ghost import Ghost >>> g = Ghost()...
There is a small typo in ghost/ghost.py. Should read `coordinates` rather than `coodinates`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
While running ```python from ghost import Ghost ghost = Ghost() with ghost.start() as session: page, extra_resources = session.open("http://jeanphix.me") assert page.http_status == 200 and 'jeanphix' in page.content ``` I'm encountering following...
Hi, I do not know, but the execution of the sample is not working. ``` >>> from ghost import Ghost >>> ghost = Ghost() >>> with ghost.start() as session: ......
I am running Ghost inside a docker container and this error apears when I start `Ghost()`
There are major changes in QT5.9. That's why I make mistakes. will the new version come out? example error: ``` Traceback (most recent call last): File "", line 1, in...
running install running build Python architecture is 64bit error: Failed to find qmake. Please specify the path to qmake with --qmake parameter. --- Cleaning up... Command /usr/local/opt/python/bin/python2.7 -c "import setuptools,...
``` Traceback (most recent call last): File "D:/source/tools/Test.py", line 2, in ghost = Ghost() File "C:\python32\python-2.7.10\lib\site-packages\ghost.py-0.2.3-py2.7.egg\ghost\ghost.py", line 455, in __init__ os.environ['DISPLAY']) File "C:\python32\python-2.7.10\lib\os.py", line 425, in __getitem__ return self.data[key.upper()] KeyError:...
Hi huys. How to set Screen Resolution on browser? set viewport_size not working Thanks
```python from ghost import Ghost import re ghost = Ghost() with ghost.start(wait_timeout=20) as session: url_re = "(.*?)