how to navigate for maprevolution in Darkrobit.

10/04/2015 00:20 vadimkovr#1
Hello. I already had my bot logged in account by webbrowser commands. Now... How can I make him navigate for [Only registered and activated users can see links. Click Here To Register...] ?
I did at this way = webbrowser1.navigate("http://br1.darkorbit.bigpoint.com/indexInternal.es?action=internalMapRevolution")
but then what happens, when the bot already had logged in darkorbit and then he needs to navigate for map revolution, he only goes again for the darkorbit page.
What should i do?
10/04/2015 13:09 Serraniel#2
If it goes to login page then you have a cookie problem. Another way to "solve" is just adding dosid=xyz as parameter to the url. The xyz is a hash value from your logged in session with a length of 32 characters (id they did not change that).

But I would suggest you working with webclients for login etc instead of using a webbrowser control.