CaptainBeardsEyesBeard Posted February 20, 2023 Share Posted February 20, 2023 Just a noob question really but is the Auto IT webdriver selenium? https://www.autoitscript.com/wiki/WebDriver I've been writing automation for the webdriver for a while and wanted to try out C# selenium as I've not used it in a while and it uses the same chrome.exe file etc Link to comment Share on other sites More sharing options...
SOLVE-SMART Posted February 20, 2023 Share Posted February 20, 2023 (edited) Hi @CaptainBeardsEyesBeard, no, "au3WebDriver" is not Selenium. But both of them use the W3C WebDriver specification and the "Wire Protocol". See this simplified explanation. There are strong similarities between the framework Selenium, the framework WebdriverIO and the AutoIt framework variant "au3WebDriver". What is your question? Switching from (AutoIt) au3WebDriver to (C#) Selenium, for example, is quite easy. The concepts are pretty the same and they all use Locators/Selectors to identify and interact with the (web) elements/DOM. The actually used drivers (chromedriver.exe, geckodriver.exe) are used for all of them too. Best regards Sven Edited February 20, 2023 by SOLVE-SMART Stay innovative! 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) Link to comment Share on other sites More sharing options...
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