Jump to content
UBot Underground

Recommended Posts


<p><div style="font-size: 21px; line-height: 24px; width: 100%; height: 48px; display: inline-block;
position: relative; background-color: transparent; font-family: Roboto, sans-serif; transition:
height 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; cursor: auto;"><div style="position: absolute;
opacity: 1; color: rgba(0, 0, 0, 0.3); transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; bottom: 12px;">Contraseña</div>
<input type="password" id="undefined-Contrasea-undefined-36593"
style="padding: 0px; position: relative; width: 100%; border: none; outline: none;
background-color: rgba(0, 0, 0, 0); color: rgba(0, 0, 0, 0.87); cursor: inherit; font: inherit;
opacity: 1; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); height: 100%;"><div>
<hr aria-hidden="true" style="border-top: none rgb(224, 224, 224); border-left: none rgb(224, 224, 224);
border-right: none rgb(224, 224, 224); border-bottom: 1px solid rgb(224, 224, 224); bottom: 8px;
box-sizing: content-box; margin: 0px; position: absolute; width: 100%;"><hr aria-hidden="true"
style="border-top: none rgb(44, 62, 80); border-left: none rgb(44, 62, 80); border-right: none
rgb(44, 62, 80); border-bottom: 2px solid rgb(44, 62, 80); bottom: 8px; box-sizing: content-box; margin: 0px;
position: absolute; width: 100%; transform: scaleX(0); transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;">
</div></div></p>

Hello

 

for some reason does not work "type text" and "change attribute" do not work with this text box

 

Any ideas?

 

Link to post
Share on other sites

Seems to work for me. If it isn't working on the website, then it's likely an external script that might be messing things up.

 

Sample code that worked for me:

plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", "")
plugin command("ExBrowser.dll", "ExBrowser Load Html in ExBrowser", "<p><div style=\"font-size: 21px; line-height: 24px; width: 100%; height: 48px; display: inline-block; 
position: relative; background-color: transparent; font-family: Roboto, sans-serif; transition: 
height 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; cursor: auto;\"><div style=\"position: absolute; 
opacity: 1; color: rgba(0, 0, 0, 0.3); transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; bottom: 12px;\">Contraseña</div>
<input type=\"password\" id=\"undefined-Contrasea-undefined-36593\" 
style=\"padding: 0px; position: relative; width: 100%; border: none; outline: none; 
background-color: rgba(0, 0, 0, 0); color: rgba(0, 0, 0, 0.87); cursor: inherit; font: inherit; 
opacity: 1; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); height: 100%;\"><div>
<hr aria-hidden=\"true\" style=\"border-top: none rgb(224, 224, 224); border-left: none rgb(224, 224, 224); 
border-right: none rgb(224, 224, 224); border-bottom: 1px solid rgb(224, 224, 224); bottom: 8px; 
box-sizing: content-box; margin: 0px; position: absolute; width: 100%;\"><hr aria-hidden=\"true\" 
style=\"border-top: none rgb(44, 62, 80); border-left: none rgb(44, 62, 80); border-right: none 
rgb(44, 62, 80); border-bottom: 2px solid rgb(44, 62, 80); bottom: 8px; box-sizing: content-box; margin: 0px; 
position: absolute; width: 100%; transform: scaleX(0); transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;\">
</div></div></p>")
plugin command("ExBrowser.dll", "ExBrowser Type Text (Human Delay)", "//*[@id=\"undefined-Contrasea-undefined-36593\"]", "This is my text.", 30, 150)
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...