1
vote
1answer
69 views

PIN pad Issue with Selenium WebDriver

I need help with Selenium WebDriver. I was trying to automate a site but got stuck in the PIN pad area. When I clicked on the PIN input element, the element is in read only and can only accept value ...
0
votes
1answer
20 views

Error setting classpath

I want to run an automated test-case generation tool on the class Realm.java of project Async-HTTP-Client. I located its path: [dario@bob async-http-client]$ find /home/dario/async/553/prefix -name ...
0
votes
1answer
186 views

Get current Activity on Android Instrumentation Test

My MainActivity on my Android application checks if the user is logged in (this is stored in SharedPreferences) and if it's not takes the user to the LoginActivity. I am trying to test this using the ...
0
votes
1answer
244 views

How to findout Selenium PageLoadTimeout value?

How do I find out what the default PageLoadTimeout value is? The best I could find was -1, however I'm not sure this is a sufficient answer.
0
votes
1answer
865 views

Is there a simple way to automatically test remote JMX URLs?

I'm having a painful afternoon trying to configure a server to provide remote JMX access. The simplest tool I've found to connect to a JMX server is jconsole, but it doesn't seem a great tool when ...
0
votes
1answer
198 views

give an application focus in java

I want to partially automate some integration level tests via the use of the Robot class to send mouse/keyboard events to the the Java application I'm testing. I want the user to be able to click a ...
1
vote
0answers
379 views

Why drag and drop stopped working in chrome: bug (not very likely) or am I missing something (very likely)?

webdriver version is 2.25, chromedriver is version 23.0, chrome browser is up to date (currently 21.0.180.89) Application under test is GWT application and I have test cases that perform drag and ...