Jump to content
UBot Underground

[Solved] Changing Dropdown On Inbox.lv


Recommended Posts

Hi guys,

 

Trying to change the birthday, birth month, and gender dropdowns after creating an account on inbox.lv

 

The dropdowns can be found on this page:

http://login.inbox.lv/profile/personal

Anybody been able to do this successfully?

 

TIA,

Justin

Link to post
Share on other sites

try.
click(<id="bday-button">,"Left Click","No")
mouse over(<id="ui-id-4">,"No")
click(<id="ui-id-4">,"Left Click","No")
click(<id="ui-id-2-button">,"Left Click","No")
mouse over(<id="ui-id-39">,"No")
click(<id="ui-id-39">,"Left Click","No")
click(<id="sx-button">,"Left Click","No")
mouse over(<id="ui-id-50">,"No")
click(<id="ui-id-50">,"Left Click","No")
Link to post
Share on other sites

change attribute($element offset(<class="ui-selectmenu-text">,1),"innertext",3)
change attribute($element offset(<class="ui-selectmenu-text">,2),"innertext","April")
change attribute($element offset(<class="ui-selectmenu-text">,3),"innertext","Male")
type text(<name="_byear">,1980,"Standard")

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