I look here, there are similar topics. I took some methods and I applied to my case but still I couldnt manage it. I am feeling i am missing very a small point. If you could check my issue and comment I would be appreciated. Sorry if i create the topic in wrong place, I am complete newbie.
How can I make PageCounter 2 ? Not with assign command ?
And going forward for the look and increasing the PAgeCoutner variable should I use do while and again assign PageCounter = Pagecounter+1 ?
Thanks
Orhan
Thanks @dimibot ! It worked like this. I am able to open the related browser. Now I have problem with looping I put just after openbrowser anotther assign with PageCounter = PageCounter +1 and DoWhile condition is PageCounter = 5 for test purpose.
Wit above query i should see pages go until 5 one by one, right ? But just after the first one run is stopping. Any idea why my loop is not working ? (My PageCounter is Int32. variable)