Protractor is an end-to-end test framework for Angular and AngularJS applications built on top of WebDriverJs.
I am trying to select an option from a drop down for the angular e2e tests using protractor. Here …
javascript angularjs selenium testing protractorIn a test spec, I need to click a button on a web page, and wait for the new page …
jasmine protractor waitI have a Protractor project which contains such a file: var FriendCard = function (card) { var webElement = card; var menuButton; var …
javascript typescript protractor webstormI'm getting the error shown below while trying to execute 'npm install' command. Error: tunneling socket could not be established, …
npm protractorI'm trying to test if an element is visible using protractor. Here's what the element looks like: <i class="…
angularjs visible protractorWhat is the difference between expect(something).toBe(true), expect(something).toBeTruthy() and expect(something).toBeTrue()? Note that toBeTrue() is …
javascript testing jasmine protractor jasmine-matchersIn the documentation for protractor, I see the following example: describe('by model', function() { it('should find an element by …
angularjs protractorIs there a way to physically close a tab via Protractor or WebDriver? I ask because while I know how …
selenium selenium-webdriver protractorI'm trying out Protractor to e2e test Angular app and haven't figured out how to detect if an element …
angularjs protractorFor some reason when I run my tests at work the browser is maximized, but when I run them at …
javascript angularjs selenium-webdriver webdriver protractor