Jump to content
UBot Underground

page forwards automaticly


Recommended Posts

Thanks to everyone im learning and making progress. Im currently working on a craigslist bot, they have radio buttons to choose your section. When you select the radio button the page also executes the go command, it also has a continue button. typically I select the radio button and follow that with a command to press the continue button, this is to make sure that nothing goes wrong, but something goes wrong.

 

 

click radio button

click continue button

wait for browser to load

 

what ends up happening is the page loads, then then continue button is pressed on the second page. This interrupts the flow of the bot for me. Is their a way to adjust this so that it is functioning right every time?

Link to post
Share on other sites

add a wait command after selecting a radio button etc.. or use wait or element is even better..

 

Click button wait for element on next page is what i do inmost cases that works vary quickly.

 

 

I do not want to wait before I click on continue, that would wait for the next page to load. I want to click the radio button and continue before the next page loads.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...