Welcome back to Appium tutorials in this post we will discuss how to scroll in Appium. Recently I got an application where I had to scroll down to click on that element. I have worked on web application automation extensively so I used to do with JavaScript Executor. If you have never used Java Script Executor then I would highly recommend to check below the … [Read more...] about Different way to Scroll in Appium in Android and IOS devices.
Upload multiple files in Selenium webdriver using AutoIT
This is my one of my favorite topic Upload multiple files in Selenium using AutoIT. Recently in one of my requirement, we had to upload multiple times. We already know how to upload files in AutoIT but it is not recommended to create multiple AutoIT scripts for uploading files. We can also upload files in Selenium using Sikuli and Robot class as well but AutoIT … [Read more...] about Upload multiple files in Selenium webdriver using AutoIT
Write Dynamic CSS Selector in Selenium using multiple ways
Selenium supports multiple locators which will help you to identify web element and perform the operation based on your requirements.We will discuss about CSS Selector in Selenium and you will feel the importance of the same. Selenium supports 8 locators, please check below screenshot. This is one of the most frequent asked questions in interview … [Read more...] about Write Dynamic CSS Selector in Selenium using multiple ways
Automate Mobile native applications using Appium/Selenium
Today in this post you will get the complete information about how you can automate native application using Appium In previous, article we have already discussed installation and running tests on mobile chrome browser so before reading this article it is must to complete the previous post. Once you are done you need to download the apk file which you … [Read more...] about Automate Mobile native applications using Appium/Selenium
How to learn Selenium Webdriver in simple ways
When I started Selenium this was one of the most confusing questions for me like from where to start and where to end. How to learn Selenium this was also a challenge for me. I will try to explain based on my view, which worked for me. If you have, some thoughts or view then please let me know through comments. Once upon a time, I was completely new to Selenium and I … [Read more...] about How to learn Selenium Webdriver in simple ways