In this video will see how to run selenium web driver program on“Chrome for Testing (specially designed for automation)” browser or chrome browser which is having version more than 114. Video 1: How to resolve “Response code 500” error in selenium webdriver- Could not create a session error?https://www.youtube.com/watch?v=03db6XdCP1k Video 2:…
Tag: current
How to set the correct date and time in the Android TV emulator?
In this video it shows how to fix the date and time update issue in Android TV emulator in Android Studio environment. For fixing the issue, I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Complete source code…
How to delay (wait for) the execution of methods by certain duration/ time in your Android App?
In this short video it shows how one can delay the execution of certain methods in your Android App. It creates a new runnable and calls the runnable after the specified delay using the handler object. Executing the method in another runnable ensure that the main thread is not impacted…
How to get current system volume level (Music, Alarm, Voice Calls) and set it on seekbar in your Android App?
This video shows the steps to access the volume level of different stream types of your phone and set it on seekbar in your Android App. It also uses textview to display the volume levels in integer form. For setting the volumes from your App, please refer to the below…
How to get current Date and Time in your Android App?
This video shows a simple API to access the current data and time from the phone in your Android App. It uses Calendar.getInstance().getTime() API to fetch the current date from the Phone. In this tutorial it uses a TextView widget to display the complete string of the Current Date variable….
How to get current date and time in your iOS App? -Xcode tutorial
This video shows a simple iOS App development for getting the current date and time from the iPhone’s OS. Then it uses a label to display the date received in the string format in the label. I hope you like this video. For any questions, suggestions or appreciation please contact…