

Save time and effort by avoiding manual installation and update of chromedriver Set the following capabilities in your Robot Framework test suite: #writingīy using this feature, you will be able to: Start the Appium server with -allow-insecure chromedriver_autodownload flag In this article, I will show you how to use this feature in detail and demonstrate its benefits. You just need to start the Appium server with a special flag and set some capabilities in your Robot Framework test suite. This feature allows you to automatically download and execute the correct version of chromedriver for your mobile device and Chrome app without any hassle. Many testers face this challenge and waste precious time and resources on manual steps that could be automated.įortunately, there is a solution: chromedriver_autodownload feature in appium. Have you ever wanted to automate your mobile browser testing with Robot Framework, but got stuck with installing and updating the chromedriver? If so, you are not alone.
