I'm doing an application on Android , which sends requests to a program, which I have on a virtual machine, with Windows operating system , this program performs a series of Actions with Selenium depending on the request you receive, is a Java Web Application with a servlet , works with glassfish strong>, the question is that it is giving me problems when running Selenium in the Java Web application .
Someone can suggest a better way to do this, is that I think there should be a simpler way and maybe I am complicating my life, any idea is welcome.
Thanks in advance. Regards;)