Jump to content
UBot Underground

trying to send a click command to chromecast icon on chrome


Recommended Posts

Hey Everyone

 

I can click the original extension icon,but the second click when the extension extends a bar to click cast screen,the box dissappears,and the mouse lands not even close to where it should,I guess chrome has a way of detecting automation?

 

I have also tried writing a html line to redirect to a website after 10 seconds so the window title is always 100% correct,have played around with all the windows commands,even tried,activating the mouse keys on the keyboard,remaping keys with keytweaker and using the keyboard command(doesnt work at all ha)

 

any suggestions on what to do?

 

thanks again

Link to post
Share on other sites

thanks Team LX

 

I had just thought of trying before I sent you my scipt to do the two clicks,without a wait inbetween,which works!

 

sorry for wasting your time but thanks for your time,seems if you have a wait inbetween the top two clicks,the window closes

 

    plugin command("WindowsCommands.dll""click mouse""trying to send a click command to chromecast icon on chrome - General Discussion - UBot Underground - Google Chrome""Chrome_WidgetWin_1", 1297, 52, "Left Click")
    plugin command("WindowsCommands.dll""click mouse""trying to send a click command to chromecast icon on chrome - General Discussion - UBot Underground - Google Chrome""Chrome_WidgetWin_1", 1073, 122, "Left Click")
    wait(1)
    plugin command("WindowsCommands.dll""mouse event""Left Click")
 

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