Closed mfahmirukman closed 1 year ago
Hi @mfahmirukman,
It should be passed a header in spm_options instead of Chrome options.
Currently this driver ignores the header and always generates a new session ID, I've worked out a fix and will try to release it tomorrow.
Hi @mfahmirukman,
The new version 1.0.10 is released: https://pypi.org/project/Zyte-SmartProxy-Selenium/
Thank you @storymode7 :pray:
Hi, I'm trying to achieve re-using session id as per this documentation
I tried passing session_id as header 'X-Crawlera-Session' for new webdriver. But the new webdriver creates a new session instead of using the passed ones. Is this intended?
and the main function is something like this
The output I get is this