CT83 Posted December 8, 2016 Posted December 8, 2016 I recently discovered Selenium, and in theory it sounds awesome if there were a way to use my existing autoit project's code, in Selenium. is this possible? if not, is there a way to import my au3s to Selenium project without having to rewrite all of the code.?
spudw2k Posted December 8, 2016 Posted December 8, 2016 I'm not familiar with Selenium, but looking at their site I didn't find any native or referenced third-party support for AutoIt specifically. Without delving into it too much, it's possible that an AutoIt library/UDF could be developed to use their API; but unfortunately for me that's beyond my expertise and not something I have the time or inclination to learn right now. Looks like a neat tool. I imagine you have some browser automation tasks you've done in AutoIt and you want to execute the same sequence(s) using the Selenium framework? Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
CT83 Posted December 9, 2016 Author Posted December 9, 2016 9 hours ago, spudw2k said: I'm not familiar with Selenium, but looking at their site I didn't find any native or referenced third-party support for AutoIt specifically. Without delving into it too much, it's possible that an AutoIt library/UDF could be developed to use their API; but unfortunately for me that's beyond my expertise and not something I have the time or inclination to learn right now. Looks like a neat tool. I imagine you have some browser automation tasks you've done in AutoIt and you want to execute the same sequence(s) using the Selenium framework? Actually, yes that's exactly the problem, I wrote an entire script in autoit, and just needed to use Selenium.
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