Automating Android emulator using WATIR

hi,

I am checking whether is’t possible to automate Android emulator using
WATIR, I could not able to open this window using any kind of url,
that’s it’s not possible through the code “browser.goto ‘www.abc.com’” i
need to open this emulator by double clicking this icon, So Is there any
way to connect this window and automate? Or can you anyone suggest me to
get some material for study?

I went thought this site ‘http://watirwebdriver.com/mobile-devices/’ but
they have suggested the way to open a page using url.

RAJ

As far as I know, Android Emulator has nothing to do with Watir. It’s a
separate application. It should have its own API if you want to try and
automate it.

hi Joel P.

Thank you.