I’m coming from AutoHotkey where their documentation page lists every possible function/command/action on the left side of the page and are organized by topic, like “Strings”.
I find the UiPath documentation unorganized. For example if I want to see all possible manipulations, with examples for String actions/methods, is there a place to look? Is there a separate place to look for methods effecting Window manipulations (opening/closing/resizing, ect…) and controls?
I hope I’m just missing something, otherwise I believe I may be in over my head as my only programming background is with AutoHotkey.
If you are looking for the activity information…all of that information would be present in docs.uipath.com
But if you are looking for methods or functions which you can use…then UiPath supports .net and c# functions depending on your compatibility type defined while creating the project…so you can visit the official learn.microsoft.com site to get to know each function …