Top "Protractor" questions

Protractor is an end-to-end test framework for Angular and AngularJS applications built on top of WebDriverJs.

Protractor - run multiple tests in parallel on different browsers

I can't find any information on how to set this up, but it seems like a pretty basic concept, so …

angularjs selenium-grid protractor
How to select a single item in protractor

Usually in protractor you can select singular element with: element(protractor.By.css('#fdfdf')); Occasionally you get something like …

angularjs protractor selector angularjs-e2e
(Protractor) Checking whether an input is disabled on click?

I have two input fields, Username and Password and a spinner button. When i click on this spinner button these …

javascript angularjs protractor angularjs-e2e
Protractor - Where to use browser.waitForAngular()

I have some tests written using protractor for angular.js app. I am using Page Objects design pattern and there …

javascript angularjs testing protractor angularjs-e2e
Protractor error message "unsupported command-line flag" in Chrome?

I'm a new user to Protractor, and I encountered this error running my tests using Chrome (error displays beneath the …

javascript node.js selenium mocha protractor
creating and resolving promises in protractor

I am writing a test case for adding store information in the page for Angular app using Protractor, where initially …

angularjs selenium protractor
Any advantage or Disadvantage Protractor Vs Selenium?

I am currently working on the WebApp which has Lot of Angular js... We started with Selenium WebDriver and the …

selenium-webdriver protractor
Can Protractor and Karma be used together?

If Protractor is replacing Angular Scenario Runner for E2E testing, does that mean I will still be able to …

javascript angularjs testing protractor karma-runner
Error: TSError: ⨯ Unable to compile TypeScript

I am facing the problem: My Project is built on Angular4 with typescript, e2e testing with protractor & karma. …

node.js angular typescript protractor travis-ci
Protractor - count elements in repeater and print it

I'm trying to count the elements in repeater and to print it to console. This is the markup: <div …

angularjs testing angularjs-ng-repeat protractor end-to-end