-
-
Notifications
You must be signed in to change notification settings - Fork 468
Open
Description
script_s
}
now after invoking the URL, invoke the thread which can run your AUTOIT code in parallel
driver.get(“application URL”);
AUTOIT m1=new AUTOIT ();
Thread t1 =new Thread(m1);
t1.start();
}
now after invoking the URL, invoke the thread which can run your AUTOIT code in parallel
driver.get(“application URL”);
AUTOIT m1=new AUTOIT ();
Thread t1 =new Thread(m1);
t1.start();
Metadata
Metadata
Assignees
Labels
No labels