Protractor v0.9.0 Release Notes

  • ๐Ÿš€ Note: Major version 0 releases are for initial development, and backwards incompatible changes may be introduced at any time.

    ๐Ÿ”‹ Features

    • (0e8de99) Wrap WebElements with Protractor specific features. This change allows chained findElement calls to work with Protractor locators. It also โž• adds a function, evaluate, to evaluate an angular expression in the context of a WebElement's scope.

    • ๐Ÿ’ป (9f53118) Improving the command line interface (adding more options). This allows โœ… the --spec option to be passed with test files that will be resolved ๐Ÿ”€ relative to the current directory. Smarter merging of default config values. Closes #65.

    • (73821fb) Adding an 'ignoreSynchronization' property to turn off Protractor's attempt to โœ… wait for Angular to be ready on a page. This can be used to test pages that ๐Ÿ“Š poll with $timeout or $http.

    ๐Ÿ› Bug fixes

    • ๐Ÿ‘ (cfc6438) Adding support for isElementPresent with Protractor locators. Closes #11.

    • (8329b01) Adding waitForAngular calls before WebElement functions. Closes #37.