DragonFroot Posted March 12, 2019 Posted March 12, 2019 Hi, Basically, I have this that I use on google chrome which Refreshes a page, mouseclicks a certain text box, clipputs a string, and then refreshes (and that script loops). How can I run this script at the same time simultaneously (without having to have the browser active if possible, so I can have multiple scripts running in the background?) I heard controlclick is what I should be using instead of mouseclick since it doesnt need the window active. Is this correct? Thanks.
DragonFroot Posted March 12, 2019 Author Posted March 12, 2019 Hi, I have a script where my page refreshes on a loop and pixelsearches & then mouseclicks a certain button when the page changes color. However, to run this script, the page needs to be active. is there a way I could run this script in the background & use my PC whilst it's running in the background?? How will I make this work? Thanks
caramen Posted March 12, 2019 Posted March 12, 2019 (edited) If you cannot explain what is the "certain" button. You wont receive answers. If you dont provide the website. You wont receive answers. If you dont post any code. You know what will happen ? To answer theoretically your question : Yes, you can. Edited March 12, 2019 by caramen My video tutorials : ( In construction ) || My Discord : https://discord.gg/S9AnwHw How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki
caramen Posted March 12, 2019 Posted March 12, 2019 (edited) 6 hours ago, DragonFroot said: I heard controlclick is what I should be using instead of mouseclick since it doesnt need the window active. Is this correct? This is false in your case becose you 're trying to automate a brower. First explain the goal of your code and post what you tryed so far. And provide us the website you trying to automate. Edited March 12, 2019 by caramen My video tutorials : ( In construction ) || My Discord : https://discord.gg/S9AnwHw How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki
DragonFroot Posted March 12, 2019 Author Posted March 12, 2019 14 hours ago, caramen said: If you cannot explain what is the "certain" button. You wont receive answers. If you dont provide the website. You wont receive answers. If you dont post any code. You know what will happen ? To answer theoretically your question : Yes, you can. basically it's a website (can't reveal it for privacy reasons), where the bot mouseclicks on the "To" textbox, types in a certain username, clicks the message textbox, sends a message, and then mouseclicks on send. I don't have my code on me right now but it's working fine, my only issue is that I can't run it in the background & watch a movie or something whilst it's running. I basically just used Mouseclick and clipput in my code, nothing else really.
caramen Posted March 13, 2019 Posted March 13, 2019 I am expecting you're trying to bypass forum rules, so I wont help you. Until you're more clear enouth. My video tutorials : ( In construction ) || My Discord : https://discord.gg/S9AnwHw How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki
DragonFroot Posted March 13, 2019 Author Posted March 13, 2019 14 hours ago, caramen said: I am expecting you're trying to bypass forum rules, so I wont help you. Until you're more clear enouth. im not trying to bypass forum rules. I told you what my code does & It's allowed on the site I'm using. I'm not home & I don't have my code on my laptop.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now