Chromeless: Binding chromeless to Python

Created on 29 Jul 2017  路  4Comments  路  Source: prisma-archive/chromeless

Is there anyway that I can bind chromeless to python ? I mean to say get chromeless to execute headless where as if we could bind the driver object of Selenium with chromeless to get the tests executed headless on chrome. Is that possible ? It would be great if we could do that because it is comapratively easier to run chrome headless on Mac through Canary but I havent made any success on running tests on headless on linux platform like CentOS or Ubuntu especially when running it on docker.

help wanted question

Most helpful comment

Still, it would be also great to have a Python binding to chromeless via the WebSocket/MQTT protocol.

All 4 comments

Not sure if I get you right but there're two Python projects which maybe interesting for you:
https://github.com/marty90/PyChromeDevTools
https://github.com/iiSeymour/chromote

thanks @githubixx sure will check it out once. Hope this would resolve the issue.

Still, it would be also great to have a Python binding to chromeless via the WebSocket/MQTT protocol.

@skion I've been playing around doing some transposition between original lib to python.
But I'm facing something reaaaaly dumb: for some reason, socket (from python) ensures your host is idna encode.... and I'm using aws labmda and hosts is not compatible in any way.

If you have any idea on how to handle it seems feasible!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

maruidea picture maruidea  路  6Comments

bitflip2 picture bitflip2  路  6Comments

wmdmark picture wmdmark  路  5Comments

just-boris picture just-boris  路  5Comments

vanloc0301 picture vanloc0301  路  4Comments