معرفی شرکت ها


chrome_remote_shell-1.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Client for talking to the Google Chrome remote shell port
ویژگی مقدار
سیستم عامل -
نام فایل chrome_remote_shell-1.2
نام chrome_remote_shell
نسخه کتابخانه 1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Brandon Craig Rhodes
ایمیل نویسنده brandon@rhodesmill.org
آدرس صفحه اصلی http://bitbucket.org/brandon/chrome_remote_shell/
آدرس اینترنتی https://pypi.org/project/chrome_remote_shell/
مجوز UNKNOWN
.. Warning:: The remote debugging shell has been removed from recent versions of Google Chrome, so this Python module is only of historical interest. For more information about the browser's new protocol, visit: https://developers.google.com/chrome-developer-tools/docs/remote-debugging This library makes it easy to communicate with the Google Chrome remote debugging shell from Python. To make the shell available, start Chrome with this option:: google-chrome --remote-shell-port=9222 Then you can connect from Python through code like this: >>> import chrome_remote_shell >>> shell = chrome_remote_shell.open(port=9222) >>> shell.request('DevToolsService', command='ping') {u'data': u'ok', u'command': u'ping', u'result': 0} The protocol is described in detail at: http://code.google.com/p/chromedevtools/wiki/ChromeDevToolsProtocol As a convenience, the shell connection object offers a method that, by injecting JavaScript into the first tab, commands Chrome to open a URL in a new tab:: shell.open_url('http://www.aldaily.com/') CHANGELOG --------- *2009 Feb 26.* Added a conditional import of `simplejson` so that the module runs under Python 2.5.


نحوه نصب


نصب پکیج whl chrome_remote_shell-1.2:

    pip install chrome_remote_shell-1.2.whl


نصب پکیج tar.gz chrome_remote_shell-1.2:

    pip install chrome_remote_shell-1.2.tar.gz