Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
9 views

Katalon Studio, Testcases disappear after pushing code and open other project

Recently, i made plenty changes and new testcases in my project. Then, i commited and pushed my code to my repository branch in Bitbucket. After that, i got some error like “Rejected bla bla bla”. But ...
Nielsen Superior's user avatar
0 votes
0 answers
17 views

Selenium webpage data missing

When running a selenium test I am running into an issue wherein sometimes I can see the data element present in UI but when seeing the element on inspect in dev mode I do not see the related data ...
Ishita's user avatar
  • 109
-1 votes
1 answer
45 views

In eclipse console, duplicate logger messages are being printed

enter image enter image enter image duplicate message are being printed in logger For first test case, the message is printed once in the console. In the second test case, it is printed twice. In ...
Darshan Nayak's user avatar
0 votes
0 answers
52 views

Selenium | chrome or chromedriver stops working after 30min

i have the following problem, chrome or chromedriver stops working after 30min I have been working with the Selenium Framework in combination with chromedriver and chrome for a while now. I already ...
rock4k's user avatar
  • 1
0 votes
0 answers
32 views

Selenium remote driver is giving error with proxy authentication

I am trying to launch a browser in BitBAr from my IDE setup. I have to bypass the proxy and then connect to remote server. After doing some google & stackoverlow help I wrote this code. But it ...
Vikram's user avatar
  • 65
0 votes
0 answers
38 views

Chrome cannot connect to target url from a docker container

We have a Jenkins job which runs test automation using Selenium. The job starts a Docker container using a Docker image which is based on jenkins/inbound-agent and Google Chrome is installed. My ...
rdmrtn's user avatar
  • 61
1 vote
1 answer
97 views

Chrome blocks file download - selenium

I've been using webdriver selenium 3.12 and chromedriver for Chrome 125. I have put in arguments and capabilities everything that I found on internet, yet my xml file gets blocked as insecure, by ...
eof's user avatar
  • 21
0 votes
1 answer
51 views

Firefox Browser blocking execution of asynchronous JavaScript?

I wrote simple Tests for my webapplication in the Selenium Framework, which works completly fine for Chrome and Edge. But only in Firefox the asynchronous Script gets timeouted, could be an issue with ...
Geo YT's user avatar
  • 1
0 votes
1 answer
51 views

Troubleshooting WebDriver Binaries Update Issue in Selenium Automation Setup

Encountered compatibility issues with the ChromeDriver binary specified in the repositorymap.xml file for my Selenium automation setup. Despite attempting to update the <filelocation> and <...
mazzaroli's user avatar
2 votes
1 answer
51 views

How to better handle creation of required PageObjects when implementing LoadableComponents in Selenium?

I am learning Automation testing using Selenium, Cucumber, and Java and I have implemented the Page Object Model design pattern. In addition to that I have implemented the LoadableComponents pattern ...
jasonj2232's user avatar
-1 votes
3 answers
345 views

test chrome issue within chromedriver [duplicate]

from selenium import webdriver from selenium.webdriver.chrome.service import Service driver_path = r"C:\Users\hp\Desktop\Udemy\chromedriver.exe" # Replace with your correct path # Create a ...
AFREEN POLY's user avatar
0 votes
1 answer
47 views

Asserts for tests

I need to add asserts to my tests. However, when I try to do this, it returns org to me. junit.ComparisonFailure: Expected :This is a new note! Actual : I have to compare the data with an ...
Kkbehx 's user avatar
0 votes
0 answers
24 views

To enable syntax highlighting with color for JBehave stories in Eclipse

how to configure the IDE settings to recognize.story files (or any other file extension you're using for JBehave stories) and associate them with a text editor that supports syntax highlighting. I ...
Sowmya bysani's user avatar
0 votes
0 answers
57 views

Appium - Unable to take the locators from Appium for Apple Sign-In popup in 16.x OS version

In a native iOS Mobile app, we need to login the app through Apple sign-in using Mobile Automation. From Appium, while trying to take the locator of the Apple sign-in popup, we are unable to take ...
user23857042's user avatar
0 votes
0 answers
42 views

webdriver error while working with selenium with python

I am getting this error C:\Users\Admin\PycharmProjects\Testing\.venv\Scripts\python.exe C:\Users\Admin\PycharmProjects\Testing\firsttest.py Traceback (most recent call last): File "C:\Users\...
pooja's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
200