Just one question. How can i do this?
I have these data :
url : http://example.com
and 2 string data, example : firstName and lastName
The url is still the same in every browser, but, firstName and lastName will be changed every browser (firstName1 lastName1 for browser1, firstName2 lastName2 for browser2 and so on)
How I can pass these data from cluster.queue to cluster.task?