Hi all,
i have a problem automating proper.
First i create android devices with "android create -name 'MyName' ".
Than i want to bind my test to a device with a name i gave to it. Unfortunately the devices are looked up with the os given id and can not be found by my given name.
So first, how can i create a device and proper use an id to use it afterwards?
Second i start the test/driver with the capabilities and wait for an element, which i want to be in my first page.
And here comes the next question. The timeout counter starts immediately and messes with time the emulator starts and the app is installed.
Somehow i expect the framework to supsend my thread getting everything up and running, which does not happen. I dont want to mess with timeouts for the device and app being ready.
So is there something in there for this concept or do i just have to wait infinit for the app beaing ready to test.
Thx for your time.