profrivo Posted March 4, 2024 Posted March 4, 2024 I used to use Autoit library in robotframe work. I have robot V3 now and I am trying to use the library, but alot of keywords used to have them before are not displayed like Send as example. did anyone face this problem and know how to solve it?
jchd Posted March 4, 2024 Posted March 4, 2024 ??? AutoIt is a stand-alone product, not a library. 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)
Zedna Posted March 4, 2024 Posted March 4, 2024 (edited) Just info for others: https://robotframework.org/ https://github.com/nokia/robotframework-autoitlibrary I suggest to reinstall AutoItLibrary according to my second web link ... EDIT: Maybe it's related to opened issues for V7.1: Quote - Add library, resource file and variable file import related methods to listener version 3 - Recognize library class from module regadless its name if it is decorated with the @library decorator so maybe try to contact their support or forum ... https://forum.robotframework.org/c/libraries/9 Edited March 4, 2024 by Zedna SOLVE-SMART and argumentum 1 1 Resources UDF ResourcesEx UDF AutoIt Forum Search
argumentum Posted March 4, 2024 Posted March 4, 2024 The DLL is v3.3.6.1 from 2010. Quite old. Everything. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
profrivo Posted March 4, 2024 Author Posted March 4, 2024 4 hours ago, jchd said: ??? AutoIt is a stand-alone product, not a library. there is library made by Robotframe work to be able to use Autoit within
profrivo Posted March 4, 2024 Author Posted March 4, 2024 3 hours ago, argumentum said: The DLL is v3.3.6.1 from 2010. Quite old. Everything. sorry, which DLL?
SOLVE-SMART Posted March 4, 2024 Posted March 4, 2024 Can you be a bit more specific please @profrivo. We are just guessing what exactly you might mean. Please tell us which "library" do you mean, maybe a link to the file(s) or describe how do you act within Robotframework with this specific library. Best regards Sven ==> AutoIt related: 🔗 GitHub, 🔗 Discord Server Spoiler 🌍 Au3Forums 🎲 AutoIt (en) Cheat Sheet 📊 AutoIt limits/defaults 💎 Code Katas: [...] (comming soon) 🎭 Collection of GitHub users with AutoIt projects 🐞 False-Positives 🔮 Me on GitHub 💬 Opinion about new forum sub category 📑 UDF wiki list ✂ VSCode-AutoItSnippets 📑 WebDriver FAQs 👨🏫 WebDriver Tutorial (coming soon)
profrivo Posted March 4, 2024 Author Posted March 4, 2024 9 minutes ago, SOLVE-SMART said: Can you be a bit more specific please @profrivo. We are just guessing what exactly you might mean. Please tell us which "library" do you mean, maybe a link to the file(s) or describe how do you act within Robotframework with this specific library. Best regards Sven Thanks for reply. this is the link of the library I am talking about "https://github.com/nokia/robotframework-autoitlibrary" Robotframework is an opensource automation framework supports external libraries like "Selenium and Autoit" I am using Robotframework-autoitlibrary this library as per the documentation should be having multiple action, but f a reason I cannot understand till now only small set of actions are available inside the library. I am not sure if this make things more clearer or no.
SOLVE-SMART Posted March 4, 2024 Posted March 4, 2024 (edited) Alright, thanks @profrivo, understood. Then I only can reference to @Zednas statement: Ask for support in the Robotframework (RF) forum. Or open an issue directly on the GitHub repository. I checked the repository (like @argumentum also did, I guess) and have to say this is really old and I don't expect much work on this project to be honest. Maybe you search for an alternative or enhance RF by another approach Out of this thread conversation I would say, this way is dead 😔 . Best regards Sven Edited March 4, 2024 by SOLVE-SMART argumentum 1 ==> AutoIt related: 🔗 GitHub, 🔗 Discord Server Spoiler 🌍 Au3Forums 🎲 AutoIt (en) Cheat Sheet 📊 AutoIt limits/defaults 💎 Code Katas: [...] (comming soon) 🎭 Collection of GitHub users with AutoIt projects 🐞 False-Positives 🔮 Me on GitHub 💬 Opinion about new forum sub category 📑 UDF wiki list ✂ VSCode-AutoItSnippets 📑 WebDriver FAQs 👨🏫 WebDriver Tutorial (coming soon)
Zedna Posted March 4, 2024 Posted March 4, 2024 (edited) As you can see in the sources there were implemented only few functions from AutoItX DLL https://github.com/nokia/robotframework-autoitlibrary/blob/master/src/AutoItLibrary/__init__.py Edited March 4, 2024 by Zedna SOLVE-SMART 1 Resources UDF ResourcesEx UDF AutoIt Forum Search
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