Giter Site home page Giter Site logo

Comments (6)

nappps avatar nappps commented on August 18, 2024 1

I had same problem.

I used debug mode and got the following message :

message":"Unexpected error launching Internet Explorer. Browser zoom level was set to 110%. It should be set to 100%"

**debug mode :
DesiredCapabilities caps = new DesiredCapabilities();
caps.setCapability(InternetExplorerDriver.LOG_LEVEL, "DEBUG");

from behatdemo.

sanpizi avatar sanpizi commented on August 18, 2024

me too...help~~~~~~~~~~~~~

from behatdemo.

andrewmatsa avatar andrewmatsa commented on August 18, 2024

http://code.google.com/p/selenium/wiki/InternetExplorerDriver#Required_Configuration
http://sqa.stackexchange.com/questions/3513/ie-always-opens-with-random-local-host-and-msgthis-is-the-initial-start-page-f

from behatdemo.

yevgeniy-mikhailov avatar yevgeniy-mikhailov commented on August 18, 2024

It helps me:
DesiredCapabilities capability = DesiredCapabilities.internetExplorer(); capability.setCapability(InternetExplorerDriver.INITIAL_BROWSER_URL, ""); Configuration.browserCapabilities = capability;

from behatdemo.

anxx15 avatar anxx15 commented on August 18, 2024

I also got the msg about the Protected mode. However, after fixing that and the zoom to 100%, the error remained as it is. Has anyone tried anything else?

from behatdemo.

ashwinnayak avatar ashwinnayak commented on August 18, 2024

Check the IEServerDriver Version, try using the same version as your selenium version.

from behatdemo.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.