Skip to main content

All Questions

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
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
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
1 vote
1 answer
86 views

Testing Angular - How can I test disabled field using Selenium Protractor?

In MEAN stack project I am using Selenium webdriver for frontend UI testing. I have a field which is non editable. I have attached an image Image How can I test this field making sure it cannot be ...
Hiyanneri's user avatar
1 vote
0 answers
33 views

Chrome is not launching when i execute protractor code in jenkins while doing automation testing

When I try to run protractor code in jenkins , chrome browser is not launching but the code is executing in jenkins and it is printing failure.Can i know how to launch the chrome browser so that my ...
jaishree r's user avatar
0 votes
1 answer
183 views

Test users password- static or dynamic

During our e2e testing, 100+ test users are created on our application. Workflow goes like this: 1. Generating a random password with faker library 2. Storing it in a variable 3. Using the variable to ...
mark_Ruff's user avatar
1 vote
1 answer
337 views

Automatically disable browser cache in chrome while running tests using protractor

I am trying to run tests using protractor but i need to disable the browser cache in order to test some things. I do not want chrome to load the resources from browser cache instead i want it it to ...
Mohan Annasamy's user avatar
0 votes
2 answers
556 views

QA Testing automation tools to learn: Selenium, Protractor, Cypress [closed]

I have some programming experience and want to switch to QA roles that suit my skills better, I have more knowledge of Java but some Python. I am wondering if I should focus on Selenium that I have ...
Sumit M's user avatar
0 votes
1 answer
85 views

Always getting a "Failed: sendKeysToActiveElement" error while working on any of the keyboard actions of the actions class in protractor

I am always getting a "Failed: sendKeysToActiveElement" error while working on any of the keyboard actions of the actions class in protractor. Below is my code - it(' Tests to handle ...
Koustav Das's user avatar
0 votes
2 answers
67 views

Protractor get the second element of an ocurrence

I have an issue and I'm quite new with protractor. I need to get an element by its text, right now it is not possible to change how the UI is built to use better selectors. So what I have right now is ...
DJ22T's user avatar
  • 1,640
-1 votes
1 answer
244 views

perform mouse hover on a svg pie chart element not working

Using protractor I am trying to perform mouse hover on a svg pie chart element and the mouse hover is not working at all. No error is also displayed for me. I am trying to read a text that displayed ...
Vin's user avatar
  • 177
0 votes
1 answer
298 views

Protractor-cucumber-framework: how to run only one test?

FYI, none of the other Stackoverflow questions/answers have resolved this for me. In an Angular project, we're using Protractor Cucumber Framework for our E2E tests. I can't figure out how to run only ...
Kyle Vassella's user avatar
0 votes
1 answer
119 views

Angular E2E tests - Protractor-Cucumber-Framework creating hundreds of strange cache files

In an Angular project, we're using the Protractor-Cucumber-Framework for our E2E tests. After running all my E2E tests, not only does it update a results.json and results.xml file (this seems normal ...
Kyle Vassella's user avatar
0 votes
0 answers
291 views

Angular Selenium E2E tests: ENOENT: no such file or directory, open 'results.64820.json'

For Angular e2e tests, Protractor (more specifically, selenium webdriver) is proving to be a nightmare to maintain on any operating system. Only one developer on our team has working e2e tests locally....
Kyle Vassella's user avatar

15 30 50 per page
1
2 3 4 5
170