Jump to content
UBot Underground

overcoming the no field selected error


Recommended Posts

I am trying to create a bot to create user accounts on article directories, but im doing it a different way.

 

post-263-0-53302500-1310644533_thumb.png

 

 

as you can see from the pic, it goes through the sequence for whether that particular textbox name exists or not. the problem is that when the first textbox is not found, ubot throws an errow saying that no elements have been selected. How can I get rid of the error

 

post-263-0-76282600-1310644643_thumb.png

Link to post
Share on other sites

i shall try the preferences thing, the if statement wont do much good as then i have to specific code it for each and every node on different article sites

Link to post
Share on other sites

i shall try the preferences thing, the if statement wont do much good as then i have to specific code it for each and every node on different article sites

 

 

if you put a blanket over a turd. there is still a turd under it yes?

if you shut error notifications off. The error is still there.

 

Better to code things properly from the get go.

 

If it is showing the error its because it cant not find the area your filling with information.

Meaning in your sites your trying to do this it wont work anyways.

 

Firstly

Most easy fix for your problem is ad a delay before the fill item and give the page time to fully load.

 

Secondly

Make a Sub with the fill fields and have each one in a if statement and run the sub after navigating to the site.

 

 

Then you don't have to code 100s of if statements and fill fields

 

TJ

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...