Jump to content
UBot Underground

? About Gmail Account Creation


Recommended Posts

I'm having trouble changing the gender and birthday drop downs.

I've used change attribute ( change drop down doesn't work), id = "the id shown" and role = option and innertext = wildcard.

it changes the drop down but when i click submit it fails , it comes back "these can not be left blank "

Link to post
Share on other sites

Try This Stanf

 

click($element offset(<class="goog-inline-block goog-flat-menu-button-dropdown">,1),"Left Click","No")
wait for element(<innertext="Female">,5,"Appear")
click(<innertext=$spin("\{Male|Female|Other\}")>,"Left Click","No")
click(<innertext=$spin("\{Male|Female|Other\}")>,"Left Click","No")

Link to post
Share on other sites

thanx sunny

it was right there in front of me

i just had to make one change though, the last two clicks are 1.mouse down 2. mouse up

Link to post
Share on other sites

set click location = yes

click($element offset(<class="goog-inline-block goog-flat-menu-button-dropdown">,0),"Left Click","No")
click(<innertext="May">,"Left Click","Yes")
click($element offset(<class="goog-inline-block goog-flat-menu-button-dropdown">,1),"Left Click","No")
click(<innertext="Male">,"Left Click","Yes")
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...