Skip to main content

Questions tagged [protractor]

Protractor is an end-to-end test framework for Angular and AngularJS applications built on top of WebDriverJs. Protractor can be run as a standalone binary runner or included in your tests as a library. Use Protractor as a library if you would like to manage WebDriver and your test setup yourself. Find more on http://www.protractortest.org/#/ and https://github.com/angular/protractor/

protractor
1 vote
1 answer
272 views

[Protractor]: session not created: This version of ChromeDriver only supports Chrome version 114 Current browser version is 121.0.6167.139

I'm trying to run end-to-end testing using Protractor having chrome version 121.0.6167.139, for this I have done following steps: webdriver-manager update --versions.chrome=114.0.5735.198 webdriver-...
Asif khAn's user avatar
0 votes
0 answers
40 views

How to run auto-tests via specific webdriver that I will put in repo instead of webdriver that generated automatically by protractor?

I'm using protractor test framework with node.js with those configuration in protractor_config.js file capabilities: { shardTestFiles: yargs.instances > 1, maxInstances: yargs....
Tania 's user avatar
0 votes
0 answers
14 views

Running protractor e2e with custom build and serve configuration

I have Angular : 8 Protractor: 5.4 Added configurations for build in angular.json project:build:e2e and Serve configuration project:serve:e2e For E2E testing using below command we would like to ...
RadiumBall's user avatar
0 votes
0 answers
18 views

Angular E2E Protractor testing : error to join API from testing session

For an Angular application, I'm creating E2E Tests from Protractor and Jasmine. All feel good except the externals API calls. For example, if I try to test and simulate login, the form will correctly ...
Gati's user avatar
  • 25
1 vote
0 answers
205 views

Protractor: Webdriver-manager update downloads an incompatible version of chromedriver

Chrome Browser version in my machine 116.0.5845.111 (Official Build) (64-bit). But Webdriver manager downloads chromedriver_114.0.5735.90. Error: E/launcher - session not created: This version of ...
user8015092's user avatar
5 votes
0 answers
2k views

webdriver manager update only to chrome driver version 114

I am still using protractor for automated testing. I got the latest chrome driver version 116 and chrome browser version 116. I tried running npx @puppeteer/browsers install chrome@stable to get the ...
Allisona's user avatar
  • 169
3 votes
1 answer
861 views

My chrome version got updated automatically to 115 version and when i run webdriver-manager update command why its downloading 114 version of chrome?

My chrome version got updated automatically to 115 version and when i run webdriver-manager update command why its downloading 114 version of chrome? Even i tried to download 115 version directly and ...
Agrawal Divesh's user avatar
0 votes
1 answer
196 views

Access AngularJS's scope in Playwright (migration from protractor)?

i'm facing a small (i hope) issue, for personal purpose i need to migrate from protractor to playwright, i add a lot of steps working well without any issues, but now i'm stuck, the migrate protactor'...
fqdr's user avatar
  • 1
-1 votes
1 answer
33 views

Difference b/w running test cases in angular frameworks vs the compiler default?

Diff b/w running angular testing in jasmine / karma etc vs doing it in the ng serve when the project gets saved & compiled automatically. Why is there a need for the testing Framework in angular ...
Niharika Gurnani's user avatar
1 vote
0 answers
22 views

Is there a way to get the jasmine report without actual execute cases?

I'm using jasmine framwork and want to get a jasmine report without actually execute cases. It should be something similiar as the 'dry run' in mocha framework. And in the report, i want to get the ...
claire's user avatar
  • 13
2 votes
0 answers
203 views

Can't run protractor tests with selenium hub 4

I am trying to run my protractor tests using a selenium hub. I follow the official selenium hub instructions to run it using docker. Basically the commands are as follows: After that, I change the &...
pmpli's user avatar
  • 131
1 vote
2 answers
788 views

How to capture scenario result in cypress-cucumber-preprocessor?

I am Migrating Protractor Cucumber framework to Cypress using cypress-cucumber-preprocessor I need to capture Scenario run result -pass or fail value also the scenario name Earlier with cucumber,the ...
Sagarika's user avatar
-1 votes
1 answer
35 views

how to re-use same IT blocks in multiple spec files

in protractor, i have 20 tests (IT block) in a spec file. and we have few different spec files only the difference between each spec file is before block. Spec A Spec B Spec C so, 20 tests from Spec A ...
L V Prasad's user avatar
1 vote
1 answer
236 views

Getting page content via XMLHTTPRequest

I am using Protractor for my testing. I have 100 links on a page, rather than clicking on each link and checking the page content I am trying to get the page content via XMLHTTPRequest. I am passing ...
Zeus's user avatar
  • 186
0 votes
1 answer
279 views

How to get the value of Element that is Disabled and not present in DOM

I am using Protractor for Automation. I am trying to verify value of element present in the model window. the element is disabled (greyed out) and not present on the DOM. How to get the value of this ...
Sagarika's user avatar

15 30 50 per page
1
2 3 4 5
755