Rank: Newbie Groups: Member
Joined: 10/28/2016 Posts: 5
|
I would like to create more / dynamic webengine instance .. Instead of hardcoded it, how can we create dynamically instance? Such as from a loop.. loop 20 web engine instance. Reference: https://www.essentialobjects.com/doc/webbrowser/advanced/engine.aspx
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
I am not sure if I understand your question. The above link already show you how to dynamically create an engine. If you want to do a loop, you just do a loop, that has nothing to do with anything else.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 10/28/2016 Posts: 5
|
ok.. by the way, how to get cookies from browser?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
You can get it by JavaScript through WebView.EvalScript.
|