Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1238 by [email protected]: Robot test complains of title
mismatch in application title page on IE version 9
http://code.google.com/p/robotframework/issues/detail?id=1238
*************versions****************
Robot framework - 2.7.3
Python - 2.7.3 on win32
OS - Windows 7
IE version - 9.08112.16421
Selenium2Library - 2.9.1
**************Steps**********************************
the test is pretty basic. I am trying to open our application URl, and the
landing page is the login page.
**************Error******************************
Title should have been <<our application login page title>> but
was 'WebDriver'
The above seen is the actual error but I replaced our actual title page
text with <<our application login page title>>, for confidentiality reasons.
I think what is happening is when IE first opens a browser, it is bringing
up a page titled "Web Driver". Is there a way to by pass that? is this a
known issue?