LerN Posted May 27, 2017 Posted May 27, 2017 Hi, i wish if everyone is having a good day ... why there's no a udf for chrome or firefox likes the _ie ?
Danp2 Posted May 27, 2017 Posted May 27, 2017 There are... they just don't ship with AutoIT. Look in the Examples forum. Latest Webdriver UDF Release Webdriver Wiki FAQs
LerN Posted May 27, 2017 Author Posted May 27, 2017 8 hours ago, Danp2 said: There are... they just don't ship with AutoIT. Look in the Examples forum. Where bro?
Danp2 Posted May 28, 2017 Posted May 28, 2017 I provided a link in my earlier post. Did you even try to look?! Latest Webdriver UDF Release Webdriver Wiki FAQs
junkew Posted June 1, 2017 Posted June 1, 2017 Try frequently asked questions faq 31 FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
abdulrahmanok Posted June 1, 2017 Posted June 1, 2017 there is Chrome UDF but I suggest you to use IE because in Chrome you will need to add an Addon to automate and it's a little complicated, however in IE you can automate without any addon.
anthonyjr2 Posted June 1, 2017 Posted June 1, 2017 You can also use IUIAutomation which can automate almost every browser, if you don't need as low-level access to the browser. UHJvZmVzc2lvbmFsIENvbXB1dGVyZXI=
junkew Posted June 14, 2017 Posted June 14, 2017 @anthonyjr2 Not sure what you mean with "low-level access to the browser". With IUIAutomation i can reach any addressbar of any browser and as I can type anything I want I can do: javascript:x:=someFunc();alert(x);function somefunc(){ return ... };void(0); and if you want it real sophisticated you can insert javascript elements to the DOM thru addressbar and reach full DOM / HTML thru the addressbar https://www.autoitscript.com/forum/search/?&q=javascript:&author=junkew So with browsers (Opera, IE11, Edge, Chrome, Firefox) no limitations from AutoIt and also no need to reach thru Selenium/WebDriver your browser functionalities FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
anthonyjr2 Posted June 14, 2017 Posted June 14, 2017 Sorry, I was a little unclear. I meant that the dedicated Chrome/IE UDFs have functions that do most of the work for you. I'm aware that all of it can be done with IUIAutomation as well. UHJvZmVzc2lvbmFsIENvbXB1dGVyZXI=
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