All Questions
Tagged with selenium-webdriver protractor
2,543 questions
1
vote
1
answer
39
views
C# Selenium "window.angular is undefined" when waiting for elements to be displayed
I have a C# automation framework with Selenium, Webdriver and XUnit.
I have the following issue on my app, but I will give you an example using StackOverflow page, as I get the same issue.
I have a ...
0
votes
1
answer
258
views
"InvalidArgumentError missing field 'capabilities'" after mozilla geckodriver updated to 0.35v
Last week Mozilla's geckodriver released the new 0.35.0 version, and since then the tests I'm running using Jenkins aren't running.
In the console output I've noticed the error that I put on the title:...
1
vote
1
answer
332
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-...
2
votes
0
answers
237
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 &...
0
votes
1
answer
318
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 ...
1
vote
1
answer
110
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 ...
1
vote
0
answers
36
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 ...
0
votes
1
answer
208
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 ...
1
vote
1
answer
431
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 ...
0
votes
2
answers
856
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 ...
0
votes
1
answer
102
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 ...
0
votes
2
answers
70
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 ...
-1
votes
1
answer
267
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 ...
0
votes
1
answer
332
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 ...
0
votes
1
answer
142
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 ...