Code Monkey home page Code Monkey logo

chef-iedriver's People

Contributors

dhoer avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

jburns24

chef-iedriver's Issues

Feature Request: Make 'bit' an attribute

Currently the variable bit is calculated using the 'node['kernal']['machine']. This is an issue for IE as 64 bit version of IE will open 32-bit tabs. You can change this by enabling "Enhanced Protection Mode" But IEDriver requires this attribute to be disabled. The result is this cookbook downloads a 64-bit driver and runs it on a 32-bit ie process. This works in most cases but when trying to do something like driver.manage().cookies.deleteAllCookies() the test will silently fail on this call due to the driver and browsers 'bit-ness' being different. Being that node['kernal']['machine'] is set by Ohai and an automatic attribute there is no way for me to override it.

What do you think about making bit a configurable attribute that is set by default to node['kernel']['machine'] == 'x86_64' ? 'x64' : 'Win32'

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.