I am relatively new to Appium but i loved using it to automate some android applications in java.
Now i need to automate a website on android mobile using java.
I need some guidance on how to set up Appium or the Java code to start running automation tests on android mobile websites.
I am using the following code for the emulator.
The same code is opening up Chrome on my desktop and opening the URL specified but when i specify the platformName , deviceName and the other parameters for Appium, it opens the Chrome on my emulator but does not enter any URL…