Jump to content
UBot Underground

Beginner Has Massive Problems With Simple Clicks


Recommended Posts

Hello,

i have an site where i want to make something: www.t-online.de

I have there Problems to click anything! Does it is my Computer or is this an specialsite? In my Normal Browsers there is no Problem, but in UBot Browser clicking is not possible!

When i drag & drop something to UBot, its not running too!

Here are some examples:

navigate("http://www.t-online.de/","Wait")
click(<data-service-link-id="temail">,"Left Click","No")
click(<class="email left">,"Left Click","No")
click(<data-service-link-id="mediencenter">,"Left Click","No")

I can not run notone of this Node! UBot is not clicking one of these Links!

What the Heck is this?

Thanks 

Pete

Link to post
Share on other sites

Try

allow popups("In New Window")
navigate("http://www.t-online.de/","Wait")
wait for browser event("Everything Loaded","")
wait(5)
comment("Fix it")
click(<data-service-link-id="temail">,"Left Click","Yes")
Link to post
Share on other sites

 

Try

allow popups("In New Window")
navigate("http://www.t-online.de/","Wait")
wait for browser event("Everything Loaded","")
wait(5)
comment("Fix it")
click(<data-service-link-id="temail">,"Left Click","Yes")

This works ;)

Link to post
Share on other sites

Hello,

i have an site where i want to make something: www.t-online.de

I have there Problems to click anything! Does it is my Computer or is this an specialsite? In my Normal Browsers there is no Problem, but in UBot Browser clicking is not possible!

When i drag & drop something to UBot, its not running too!

Here are some examples:

navigate("http://www.t-online.de/","Wait")
click(<data-service-link-id="temail">,"Left Click","No")
click(<class="email left">,"Left Click","No")
click(<data-service-link-id="mediencenter">,"Left Click","No")

I can not run notone of this Node! UBot is not clicking one of these Links!

What the Heck is this?

Thanks 

Pete

 

Just saw that Pash posted the answer, but I wondering what version of Ubot are you using?

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