Jump to content
UBot Underground

I have some problem with google plus button


Recommended Posts

Hello all

I have some problem with google plus button

When I was using ubot web browser i can't click any google plus one button

when I used normally broswer as firefox i can click on it

anyone can solve this problem ? please explain about it

I think it was blocked by java script on google plus one button

Link to post
Share on other sites

You first need to be logged in to google. The attribute that works for the +1 is id=gbpwm_1 where 1 is the first one, 2 would be the second one, etc...it works fine for me.

 

John

 

EDIT...I found a more reliable way of doing this using the offset...Here is the code:

 

navigate("http://www.google.com/", "Wait")

wait(4)

type text(<name="q">, "cars", "Standard")

wait(4)

click($element offset(<onclick="window.gbar&&gbar.pw&&gbar.pw.clk(this)">, 3), "Left Click", "No")

  • Like 1
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...