This article is directed towards first timers who have never used Android Studio. If you are using Android Studio for the first time and are not sure how to proceed, then you can use this article to setup Android Studio and create a sample project with no main activity. The main purpose of this article […]
Archives for November 2017
How to use UiSelector to inspect elements on Android
In our Appium Tutorial series, we have covered in detail, the various methods using which you can inspect elements in your mobile app. That article talked about some of the methods (like ID, xPath, ClassName) using which you can identify mobile elements. All these methods are commmon to both Android and iOS. In this article, […]
Disable Firefox Logs with Selenium
This is a short article which shows how you can disable Firefox logs. If you have used some newer versions of GeckoDriver with Firefox, you would have observed that there are a lot of low level logs displayed on the console. These default logs are very low level and sometimes look polluted especially when you […]