Questions tagged [automation-testing]
159 questions
0
votes
0 answers
Selenium JAVA crashing chrome as soon as its launched
`Starting ChromeDriver 114.0.5735.90 (386bc09e8f4f2e025eddae123f36f6263096ae49-refs/branch-heads/5735@{#1052}) on port 18032
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on…
0
votes
0 answers
What would be the best tool for automation testing of Excel Add-In?
I have created a Typescript based Excel Add-In and looking for an option to write automation testing for the same. (Like selenium for Web applications)
Tried pywin - Python based Winium driver usage
Due to some technical issues, I could not continue…

Adal Arasu
- 9
- 1
0
votes
1 answer
Does COPADO provide free trial period for accessing COPADO Robotic testing platform?
I am looking for doing test automation of web application using COPADO Robotic testing platform. But, not sure whether they are offering free trial period or not ?
If anyone is aware about free trial, can you please explain the process to be…

Sakshi
- 9
- 2
0
votes
0 answers
Facing issue while importing robot
I am new trying to learn AutomationTesting and I am facing this error "Error in "import robot".It seems that Robot Framework is not installed in /Library/Developer/CommandLineTools/usr/bin/python3.Please install it in your environment and restart…
0
votes
0 answers
WebDriver driver = new MicrosoftEdgeDriver(); driver.get("https://einvoice.aw.navigatetax.pwc.co.in");
how to get microsoftedge web drivers in eclipse
Can somebody help me learn selinium for automation purpose
Can somebody help me learn selinium for automation purpose
Can somebody help me learn selinium for automation purpose
Can somebody help me…
0
votes
0 answers
Unable to click on button inside a nested iframe with the same attribute id value
I am encountering a problem while attempting to click a button inside a nested iframe. The issue arises because there are multiple iframes on the page, and the button I want to interact with has the same value for the "id" attribute across these…

Harshit Soni
- 37
- 4
0
votes
0 answers
session (Laravel) destroyed come back from other domain in cypress e2e testing
session destroyed after disabling chromeWebSecurity on the same test case in Cypress. When come back from another domain then return to the login page instead of the dashboard page.
Error problem
Session not be destroyed after leaving th origin.

Zeeshan
- 1
- 1
0
votes
0 answers
is there any alternate way to install appium uiautomator2 driver apart from running "appium driver install uiautomator2" from CLI
I am starting with a new project setup for mobile test automation with appium-java. I have installed appium server in my machine but facing a problem while installing appium drivers for Android and IOS automation using commands [appium driver…

puneeth chidura
- 17
- 2
0
votes
2 answers
Not able to install Appium 2 in MAC
I have issue with installing Appium 2 in MAC!
Here what I did:
I installed NPM
In Mac Terminal executed it:
~ % sudo npm install -g appium@next
BUT, unfortunately I got it:
npm WARN deprecated typedoc-plugin-resolve-crossmodule-references@0.3.3:…

Wulf
- 1
0
votes
2 answers
Cypress cross domain cy.origin passing object doesn't work
I want to go cross domain from one website to another, cypress is letting me do this nicely with the cy.origin() function.
What I also want is to pass my page object model for the page I am on into this function.
I have tried a few ways of…

user2400852
- 29
- 3
0
votes
1 answer
How to handle nested iframes in cypress?
I want to capture inner Iframe and click element inside the inner iframe by using xpath. I tried so many ways to handle nested iframes in cypress. But I didn't find a proper way. Can anyone please tell me how to handle nested iframes and click…

Iresh
- 1
- 2
0
votes
2 answers
How to get text from element value in Cypress?
My problem is I created two methods that will generate a random first name and random last name from the arrays of names. When the test executes the first and the last name methods, I want to somehow get those two values and combine them into an…

millanche
- 1
- 1
0
votes
0 answers
Is it possible to automate a Reset password link?
Im trying to create test script for a reset password link but when I run it, there is an "Unable to locate element:" error. I just re-used a test script from a running feature. Is it possible to automate a Reset password link?
I used the…

mggden
- 1
0
votes
1 answer
Unable to open any websites using Selenium Webdriver with Chromedriver in Java
The browser opens with Se WD but the websites do not open. I have looked at Selenium opens browser but not site
and When running WebDriver with Chrome browser, getting message, "Only local connections are allowed" even though browser launches…

Sumit M
- 1
- 2
0
votes
0 answers
Script getting passed without clicking the element in webdriverio
in this step
"this.CheckboxListDoNotShowAgain.click()" is passed but actually didn't click anything

febri ari kuswoyo
- 41
- 1
- 2