mult ie browsers

  • Thread starter Thread starter wflow
  • Start date Start date
W

wflow

Hi,
I need to create a program that opens multi ie browsers that point
to the same url, then be able to kill them off all or any number at a
time (I am using this for a SQA Test)


Thanks

Bill
 
Hi,

using the Process class you can create a new process , IIRC if you pass the
url to the iexplorer.exe it will load it.

Keep a reference to the Process and when needed use Process.Kill()
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top