Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SeleniumRequest should use meta to pass arguments #47

Open
ixqbar opened this issue Sep 11, 2019 · 2 comments
Open

SeleniumRequest should use meta to pass arguments #47

ixqbar opened this issue Sep 11, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@ixqbar
Copy link

ixqbar commented Sep 11, 2019

SeleniumRequest should use meta to pass arguments

self.wait_time = wait_time
self.wait_until = wait_until
self.screenshot = screenshot
self.script = script

when use scrapy_redis.scheduler.Scheduler that won't be serialized

@clemfromspace clemfromspace added the enhancement New feature or request label Nov 13, 2019
@charliewaller7
Copy link

SeleniumRequest should use meta to pass arguments

self.wait_time = wait_time
self.wait_until = wait_until
self.screenshot = screenshot
self.script = script

when use scrapy_redis.scheduler.Scheduler that won't be serialized

Hi @Jonnywang,

Did you find a way around this? if you can share code that'd be great

cheers

@ixqbar
Copy link
Author

ixqbar commented May 27, 2020

I have given up using it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants