My DebugBar
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Wiki Home

DebugBar Doc

Companion.JS

IETester

Tutorials

Public

edit SideBar

DebugBar Home > WikiIETester

:: Command Line Arguments ::

ietester [option] [url ...] [...]

where options are :

  • -ie55 : following urls with be opened in a IE5.5 tab (if available)
  • -ie6 : following urls with be opened in a IE6 tab (if available)
  • -ie7 : following urls with be opened in a IE7 tab (if available)
  • -ie8 : following urls with be opened in a IE8 tab (if available)
  • -ie : following urls with be opened in the installed IE version tab
  • -all : following urls will be opened in all the available IE versions (included default version)
  • -fullscreen : IETester will be started in full screen mode
  • -maximize : IETester will be started with the main window maximized
  • -hideribbon : IETester will be started with ribbon hidden (The ribbon can be restored from the system menu)

Default IE version if not defined as option is installed IE.

Examples :

ietester -ie55 http://www.google.com -ie7 http://www.yahoo.com http://www.stumbleupon.com

Will open IETester with 3 tabs, one IE5.5 tab with google homepage, and two IE7 tabs, one with yahoo homepage and one with stumbleupon homepage.


ietester http://www.google.com

Will open IETester with 1 IE default tab and it will load google homepage


ietester -all http://www.google.com

Will open IETester with n tabs each tab loading google homepage, n will be the number of available IE version that IETester can generate.