Jump to content
UBot Underground

Hitting Javascript error


Recommended Posts

Hi Guys,

 

I'm a new ubot user and am just getting started with my first bot.

 

For those of you who haven't instantly run off because I'm a noob :) I have the following initial problem.

 

I'm looking to log into this site

 

https://ads.pof.com

 

To do this I have a script:

 

navigate

fill field username

fill field password

wait finish 5 seconds

click button login

 

this throws an error dialog in the browser 'One or more fields is invalid' which is incorrect. I have entered valid values. Closing the error dialog in the browser allows me to login no problem.

 

I have tried adding delays after each fill field node but this didn't help any.

 

Any comments/noob abuse welcome.

 

Many thanks for looking.

Link to post
Share on other sites

Hi Guys,

 

I'm a new ubot user and am just getting started with my first bot.

 

For those of you who haven't instantly run off because I'm a noob :) I have the following initial problem.

 

I'm looking to log into this site

 

https://ads.pof.com

 

To do this I have a script:

 

navigate

fill field username

fill field password

wait finish 5 seconds

click button login

 

this throws an error dialog in the browser 'One or more fields is invalid' which is incorrect. I have entered valid values. Closing the error dialog in the browser allows me to login no problem.

 

I have tried adding delays after each fill field node but this didn't help any.

 

Any comments/noob abuse welcome.

 

Many thanks for looking.

 

My advice, is to avoid those type of commands, I have always always used a choose by attribute change chosen attribute. there are some very rare cases when I use the above way, but only if the other doesn't work.

 

that's probably gonna lead to people going "No" use the other. But this is what works for me.

 

:rolleyes:

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