Skip to content

application #3

@swetha-2797

Description

@swetha-2797

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions