Jump to content
UBot Underground

Recommended Posts

hi,

need some help

 

i am trying to make a simple Gmail Email Creator but have some problem with dropdown meniu

 

Ive tried to use change dropdown funtion but without any success

Curently i use this function but its not working each time

navigate("https://accounts.google.com/SignUp","Wait")
wait(5)
click($element offset(<class="goog-inline-block goog-flat-menu-button-dropdown">,0),"Left Click","No")
wait(2)
click(<innertext=$account data("Birth Month Word")>,"Left Click","Yes")
click(<innertext=$account data("Birth Month Word")>,"Left Click","Yes")

Can someone give an idea how to change birthdate with Change dropdown function?

Link to post
Share on other sites
  • 2 weeks later...

hi,

need some help

 

i am trying to make a simple Gmail Email Creator but have some problem with dropdown meniu

 

Ive tried to use change dropdown funtion but without any success

Curently i use this function but its not working each time

navigate("https://accounts.google.com/SignUp","Wait")
wait(5)
click($element offset(<class="goog-inline-block goog-flat-menu-button-dropdown">,0),"Left Click","No")
wait(2)
click(<innertext=$account data("Birth Month Word")>,"Left Click","Yes")
click(<innertext=$account data("Birth Month Word")>,"Left Click","Yes")

Can someone give an idea how to change birthdate with Change dropdown function?

navigate("https://accounts.google.com/SignUp", "Wait")
wait(5)
click(<(tagname="div" AND innertext="Month")>, "Left Click", "No")
click(<(tagname="div" AND innertext=$account data("Birth Month Word"))>, "Left Click", "No")
click(<(tagname="div" AND innertext=$account data("Birth Month Word"))>, "Left Click", "No")

It's very similar with yours; and tried many many times, each time it works. I think tagname="div" is not needed here, so

I don't know why not work each time.

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