Skip to content

application #3

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();

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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