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

Questions tagged [browser-automation]

Questions regarding automation of web applications for testing purposes according to specific of used web browser.

-1 votes
1 answer
26 views

Breadcrumb Element not visible when site opened through Automation

I have to check the breadcrumb element (Dashboard) on a webpage. When opened manually, the Dashboard element appears with icons and is operational, but when run through Java Selenium Eclipse Script, ...
Thara B C's user avatar
0 votes
0 answers
35 views

Playwright Not Automated

I am trying to automate a task with playwright and realized that the task won't automate unless my mouse is over the open browser. Is this normal or is there some sort of paradigm I'm following? The ...
Nill2000's user avatar
0 votes
1 answer
33 views

Could not able to click the link from the container

enter image description here hi all thanks for reading my question. I tried to automate some of my work. I tried to get the path of Add button using xpath finder I found three links below. I tried to ...
vivek rajagopalan's user avatar
0 votes
1 answer
1k views

How to by pass authentication(microsoft authenticator) while login into the website through selenium script

After passing login id and password, user must add code from mobile app - microsoft authenticator. I want to bypass this code pop-up as I'm generating regression suite and it's not feasible to add ...
Helly's user avatar
  • 1
-1 votes
2 answers
4k views

Trying to find span element by class and text with Selenium Java

<span class="icon-holder"> <i class="c-brown-500 ti-package"></i> </span> <span class="title">Vehicle Import</...
Robi's user avatar
  • 1
0 votes
0 answers
33 views

How to automate clicking in modal?

Inside a modal I need to click text "Show hidden fields" so additional fields are available scroll down find field "Billable hours" and update text to 0h then scroll down and ...
Radek's user avatar
  • 101
0 votes
1 answer
86 views

How to find an unnamed button belonging to a certain h2 entry XPath

(I am a bit of a StackOverflow newbie, so please forgive any beginner mistakes and let me know what to improve in the future) I am trying to select the highlighted button in the appended picture. ...
Adrian Leonhard's user avatar
1 vote
2 answers
637 views

Unable to fetch text values present within strong tag using xpath

While trying to print values present within the strong tag using XPath, I'm getting the following exception: org.openqa.selenium.NoSuchElementException: Unable to locate element: strong This is my ...
nayansFosgit's user avatar
1 vote
0 answers
38 views

How to handle the google adds Window which display over the page

Add Pop Up coming when run the test suite and other operations where failed I tried to click directly on close button with x-path but it not work
Sushrut Parab's user avatar
0 votes
1 answer
1k views

element.text (similar to getText() from java) is not working and continuously returning empty string as value using python & selenium

Problem : element.text is not working and continuously returning empty even when I can see a real value Solutions I have tried : Tried finding element using different locator strategy: like xpath, ...
Narendra Chandratre's user avatar
0 votes
1 answer
382 views

Convert Python or C# selenium test file to .side file?

I am trying to build additional functionality into Selenium IDE and would like the ability to import and run tests created outside of Selenium IDE using the browser extension. Is there any sort of ...
Benny's user avatar
  • 1
0 votes
2 answers
371 views

Are there any browser automation tools that support video and audio recording?

I'm searching for a browser automation tool that can record video and audio. Selenium, Cypress, and Playwright do not support audio recording. Puppeteer maybe with puppeteer-stream but I'm not sure ...
Lynob's user avatar
  • 159
0 votes
1 answer
548 views

Automating test for VoIP webapp?

Our Web App is a call center app. One of the key functions of our Web App is to make VoIP call and then do post call processings. But we can't find a tool/way to do automate testing, which involves ...
Qiulang 邱朗's user avatar
0 votes
0 answers
119 views

How to select date from PickerWheel on browser UI similar to iOS style using Selenium Java

I am trying to select start and end dates from PickerWheel on the browser. But click and select methods are not working. Because to select date we need to move like in iOS devices date picker wheel. I ...
Mukha's user avatar
  • 1
0 votes
0 answers
50 views

Not able to see web element when I navigate to page using Automation

I have a web page which displays a new contact creation button. When I try to navigate to a page through automation, I can not see that button. When I login to site manually and navigate to same page, ...
SSPatil's user avatar

15 30 50 per page
1
2 3 4 5
28