Arclite86 Posted April 11, 2014 Posted April 11, 2014 I would like to login in multiple account on a website at the same time, I heard I need to use multithread but i dont know how to use it on autoit.
water Posted April 11, 2014 Posted April 11, 2014 That's something AutoIt does not support. Check this page. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
jdelaney Posted April 11, 2014 Posted April 11, 2014 Create a script that launches a browser, and logs in with creds that are passed in through command line. Call that script three times, via some driving script or batch file. HelpFile: Index tab: search for 'Command Line Parameters'...that's the best you'll get. IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
Arclite86 Posted April 11, 2014 Author Posted April 11, 2014 (edited) but if wanted to be logged in with multple account on a website, a probably need to use proxies, I have buyed private proxies but how can chance my proxies fast (in firefox) I know you can go to "options" and click connections, and type the proxy number by hand but that would take to slow. Edited April 11, 2014 by Arclite86
jdelaney Posted April 11, 2014 Posted April 11, 2014 Sounds like a firefox question. Google knows all. IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
Bert Posted April 11, 2014 Posted April 11, 2014 I have to ask, what is the website? The Vollatran project My blog: http://www.vollysinterestingshit.com/
jchd Posted April 11, 2014 Posted April 11, 2014 Yes! This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)
Developers Jos Posted April 11, 2014 Developers Posted April 11, 2014 but if wanted to be logged in with multple account on a website, a probably need to use proxies, I have buyed private proxies but how can chance my proxies fast (in firefox) I know you can go to "options" and click connections, and type the proxy number by hand but that would take to slow. Sounds like you are way out of your league here and this doesn't sound as something we want to support here. In case you feel this is not correct then PM me wit ha proper explanation what it really is you need here. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts