What is the command in Winrunner ti invoke IE Browser?And once I open the IE browser is there a unique way to identify that browser?

Questions by sunbalac

Showing Answers 1 - 8 of 8 Answers

sreelatha

  • Oct 25th, 2005
 

web_invoke_application("window name", url, time to create)

  Was this answer useful?  Yes

Milind

  • Oct 27th, 2005
 

web_browser_invoke(IE,URL);

  Was this answer useful?  Yes

sneha

  • Nov 7th, 2005
 

web_browser_invoke(browser:,site:)

  Was this answer useful?  Yes

Milind

  • Nov 11th, 2005
 

 

web_browser_invoke(IE,URL);

  Was this answer useful?  Yes

SAIKRISHNA

  • Dec 2nd, 2005
 

web_browser_invoke(IE,"www.mail.yahoo.com");

  Was this answer useful?  Yes

Shimala

  • Dec 8th, 2005
 

If IE icon is on Desktop, we can write,

    set_window("Program Manager",10);

    list_select_item("Internet Explorer");

   

  Was this answer useful?  Yes

Prameela D

  • Jan 11th, 2006
 

web_browser_invoke function invokes the "Internet Explorer" browser and proceeds to open the Mercury Interactive site.

web_browser_invoke ( IE, "http://www.merc-int.com" );

  Was this answer useful?  Yes

sri

  • Feb 23rd, 2006
 

hi sri,

First u must understand the question properly.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions