Thank you Archer,
I was looking in reverse way, say after Dialog pops up then I need to
Authenicate by entering user name and password.
-suresh
On Sep 3, 6:53 am, "Archer.Chen" <
archer.c...@ebaotech.com> wrote:
> new Thread(new Runnable() {
> public void run() {
> try {
>
> ie.button(name("")).clock(); //for instance
> } catch (Exception e) {
> e.printStackTrace();
> }
> }
> }).start();
> AlertDialog alertDialog = ie.alertDialog();
> alertDialog.ok();
>
> Thanks & Best Regards!
> Archer.chen
> Division:PC Department:GSPC
> eBaoTech Corporation
> email:archer.c...@eBaoTech.com
> address:Building 3,KIC Plaza 270 Song Hu Road
> Shanghai.200433.China
> Tel:
(+86)021-61407777 ext 3264
>
>
>
> -----Original Message-----
> From:
wa...@googlegroups.com [mailto:
wa...@googlegroups.com] On Behalf
> Of suresh
> Sent: Tuesday, September 02, 2008 11:21 PM
> To: watij
> Subject: Dialog based Authenication
>
> Hi Every one,
>
> I am looking for Dialog based Authenication, can any bosy please post
> sample code for this.
>
> -suresh- Hide quoted text -
>
> - Show quoted text -