Jump to content
UBot Underground

Can't fill out this form. There are no attributes.


Recommended Posts

The form is located on the website at the link below:

 

http://www.macys.com/campaign/social?campaign_id=207&channel_id=1&bundle_entryPath=/onlineentryform&cm_mmc=VanityUrl-_-fymonlineentry-_-n-_-n&LinkshareID=lw9MynSeamY-3oQisXFUDSy7.JOsDOInJg

 

Once you visit the page. Wait for five seconds. A popup will appear with a field prompting you to enter your email address. I'm attempting to make a bot to fill out the email address in that field. Unfortunately, there are no attributes or positions to choose a field. Any advice is greatly appreciated.

Link to post
Share on other sites

i've tried in v3.5+ and v4 cant seem to do it.

 

Yeah. That's what I mean. This form doesn't seem easy to get by. It's a big challenge for me. Are you sure there isn't a way?

Link to post
Share on other sites

Looks like there's a problem right clicking the field in UBot 4 but I was able to fill this field with the element selector.

 

Here's a short video showing how to do it in UBot 4: http://screencast.com/t/xqzqitIi32

 

And here's the code that was used:

 

focus($element offset(<class="fac_sweepstakes_email_txt">, 1))
type text($element offset(<class="fac_sweepstakes_email_txt">, 1), "my email address", "Standard")

 

The focus was included because when the field is focused, it erases the placeholder text.

Link to post
Share on other sites

Looks like there's a problem right clicking the field in UBot 4 but I was able to fill this field with the element selector.

 

Here's a short video showing how to do it in UBot 4: http://screencast.com/t/xqzqitIi32

 

And here's the code that was used:

 

focus($element offset(<class="fac_sweepstakes_email_txt">, 1))
type text($element offset(<class="fac_sweepstakes_email_txt">, 1), "my email address", "Standard")

 

The focus was included because when the field is focused, it erases the placeholder text.

 

 

Nice, you actually got it. I'm impressed. Gonna upgrade and test it out. I appreciate your time and consideration. Thank you.

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