Jump to content
UBot Underground

Change Dropdown Element?


Recommended Posts

Hi guys!

Im brand new here, so please go easy on me. I am trying to use the change dropdown command. When I drag the dropdown to the command window it recognizes it as a "click" not a "change dropdown".

 

I know it is not ubots fault, as I tested it on another site with a drop down and it works great.

 

So my assumption is it is something about the site I am working with. I assume I need to find the element to change and just add it to the change dropdown manually? If so.... any guidance on how to find the element of the dropdown?

 

I would show you guys the dropdown URL, but its behind a password protected site. Can anyone point me in the right direction or maybe some documentation?

 

Thanks in advance!

Dan

Link to post
Share on other sites

UPDATE:

OK... I have a bit more working I set the element to:

<id="customers">

then I have it set to random.

 

If I run the node, it does select a random customer. SO that is good.... but is there a way for me to specify a customer from the down down list?

 

Thanks

Dan

Link to post
Share on other sites

Thanks fastlinks.

I'm not 100% sure what you mean by: "type of the search box for change dropdown"

 

I am able to set the element ti id=customers, and if I set the new dropdown value of "random" it does select a customer at random, but in the new dropdown value, I cant seem to get it to list the customers so I can select one?

 

Does that make sense?

Link to post
Share on other sites

Oh!

Thanks guys, but i am able to add the change dropdown... the issue I am having is in the new drop down value, I do not have the drop down choices. I only have:

Random - Skip First Choice

Random

 

If I run the node with Random, it DOES select something random from the list, but i need to be able to specifically select the option I want... in this case it is a customers name.

 

Have you guys ever come across this?

 

Thanks again guys

Link to post
Share on other sites

you can write directly to replace the "random" option

example:
 

navigate("https://signup.live.com/signup?lcid=1033&wa=wsignin1.0&rpsnv=13&ct=1569963236&rver=7.0.6737.0&wp=MBI_SSL&wreply=https:%2f%2foutlook.live.com%2fowa%2f%3fnlp%3d1%26signup%3d1%26RpsCsrfState%3d320cf8b4-e90c-2bfa-2f39-5042915e42e6&id=292841&CBCXT=out&lw=1&fl=dob%2cflname%2cwld&cobrandid=90015&lic=1&uaid=82c54bbc71634f81ae6a971d5b908be9","Wait")
wait for browser event("DOM Ready","")
change dropdown(<name="LiveDomainBoxList">,"hotmail.com")
  • 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...