Skip to main content

All Questions

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
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
2 answers
549 views

QA Testing automation tools to learn: Selenium, Protractor, Cypress

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
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
0 votes
1 answer
57 views

How to locate elements in protractor using custom html tags?

I have the following HTML for the rows in the table. <tr [attr.row-index]="i" data-test="value-row" mat-row *matRowDef="let row; columns: objectKeys(displayedColumns); ...
Sayantan Ghosh's user avatar
-1 votes
1 answer
448 views

Automation testing - from Katalon Recorder script to Protactor - is it a good solution?

I’m new in the Automation Testing world. I don’t know exactly how to implement that for an application built in Angular, with Bambo, git (we are using also JIRA) and the best strategy and tools to use....
coeurdange57's user avatar
1 vote
0 answers
41 views

Protractor Element is not clickable at point (x, y)

This is the most frustrated i've been in a while. I'm writing tests in Javascript (Protractor) and I just want it to click elements on my page. Probably 10% (or less) of the time it actually works ...
MaylorTaylor's user avatar
  • 4,913
1 vote
1 answer
67 views

Protractor-Flake is running the same script in all instances after retry instead of using only one instance

I have a project with Protractor, Protractor-Flake (To re-run failed tests, 3 times), Multicapabilities for parallelization in two instances. But when the first execution finishes, the failed spec is ...
Manuela Molina's user avatar
0 votes
2 answers
1k views

How would you compare the value of element.getAttribute() to a String in protractor?

Using protractor and typescript, I want to be able to compare the resulting value of element.getAttribute("value") to a string to verify the text in a textbox was successfully saved. getText(...
Nick Ward's user avatar
4 votes
1 answer
24k views

Playwright waitForResponse how to wait till the response has text "completed"

I Have a scenario where the API receives multiple responses(one at a time) and renders on the UI. API keeps on polling the DB till it is done with receiving all the responses. I need my script to wait ...
Prasad's user avatar
  • 139
0 votes
0 answers
198 views

How can I add space between words when typing in Protractor?

In Protractor end to end testing, on UI - text field I am want to type word Dinbert Syndrome and making a check if that word was already added before. The problem I am facing is sendKeys(str) does not ...
Tejas Mehta's user avatar
2 votes
1 answer
113 views

Value attribute not present on input element | AngularJS, Chrome 91, Protractor

After updating chrome driver to ChromeDriver 91.0.4472.19 The value attribute have dissapeared from the input elements. Protractor cannot access the value attribute. let x = await xDiv.getEl("...
ma77c's user avatar
  • 1,086
-1 votes
1 answer
170 views

Catching all failures in Jasmine Protractor spec tests

I want to be able to catch any and all failures within my specs and log it into my Test Rail integration. I have this pattern currently where I wrap all the tests in a try/catch and on the CATCH, I ...
MaylorTaylor's user avatar
  • 4,913
1 vote
1 answer
98 views

How to conditionally click an element in Protractor?

In a protractor test, I need to close a pop-up if it appears (it doesn't always) and proceed with the test as normal. Here's the code I've got to do so- let checkForPopUp = async function() { ...
aero5297's user avatar

15 30 50 per page
1
2 3 4 5
26