720 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
98
views
Patrol Flutter integration tests show "0 tests ran" on BrowserStack but pass locally
I'm trying to run Patrol integration tests on BrowserStack, but test discovery fails with "0 tests ran" even though the same tests pass locally on an emulator.
Environment
Flutter 3.38.4
...
1
vote
0
answers
61
views
TestNG on Browserstack: WebDriverAgent errors when running large test group of more than 600 tests
I basically followed the TestNG sample project to migrate an existing Android testing codebase from Appium 1 to Appium 2. The initial implementation based entirely on the sample project worked fine ...
0
votes
2
answers
90
views
How to fix "Search functionality must be placed within a landmark region" WCAG issue with input and icon?
I'm trying to fix a WCAG accessibility issue flagged by tools like axe/lighthouse:
Search functionality must be placed within a landmark region
input.v-input
The input is wrapped in a div with role=&...
0
votes
1
answer
171
views
How to upload the build on Browser Stack (App-Automate & App Live) through Azure DevOps pipelines
Previously, BrowserStack offered seamless integration with Visual Studio App Center, allowing it to fetch builds automatically without requiring manual uploads. However, since App Center was ...
1
vote
1
answer
151
views
TypeError: this[#browser].sessionSubscribe is not a function
I'm using webDriver.io with cucumber to automate mobile apps
this is my package.json file
{
"name": "webdriverio-appium-cucumber-boilerplate",
"license": "MIT&...
-1
votes
1
answer
609
views
Setting browser specific capabilities using Browserstack SDK
Using the Browserstack SDK i want to run Java Selenium Tests on Browsers : Chrome, Edge and Safari in Browserstack cloud ; however i need to set Browser specific capabilities :
For example,
...
0
votes
0
answers
129
views
BrowserStack SDK: PKIX Path Building Failed Error on Office Machine but Works on Personal Machine
I have downloaded the sample project provided by BrowserStack that integrates with the BrowserStack SDK. The setup is complete, and I am executing tests using the command:
mvn clean test
The ...
0
votes
2
answers
140
views
Browserstack Nunit testing - run locally
After 2 days of trying reaching out for somebody to shed some light on this.
My ideal setup for writing tests is that a test will be developed using local browser (which I can get to work).
Then have ...
1
vote
0
answers
101
views
Server unreachable through Flutter app over VPN on Browserstack
The company made their development and testing servers only available through VPN. On browserstack we followed the documentation, but the server is still unreachable when trying to connect through the ...
0
votes
1
answer
205
views
Not able to run tests on playwright using browserstack in localhost, as localhost is not working
I am trying to run playwright tests against localhost on browserstack.
I am not sure if the localhost is up, and if its up why playwright is not running the tests
My browserstack yml is as:
userName:
...
1
vote
1
answer
247
views
Scroll action not working in BrowserStack, but works locally in Appium script
I am using Appium for mobile automation and have implemented a scrolling mechanism in my test scripts. While the scroll actions work fine locally on my Android emulator, they fail to execute properly ...
1
vote
0
answers
47
views
LambdaTest CloudTesting App Automation using APN
So in our company we have private provider for SIM Cards and is also providing us APN for more secured data flows. Until now, we have been using physical devices and maintaining them on our own in our ...
0
votes
1
answer
178
views
Unable to handle native popup on iOS/Chromium in Selenium tests
I'm running Selenium WebDriver tests on iOS using Chromium in BrowserStack, and I keep encountering a native popup when I submit a form that says:
"The information you're about to submit is not ...
0
votes
1
answer
263
views
Programmatically modifying browserstack configuration file
I'm writing test cases for browserstack App Automate using TestNG framework.
I need to update browserstack configuration file programmatically before the device initialization occurs.I'm using the ...
0
votes
1
answer
66
views
How to get the xpath of button that contains text in appium
//android.widget.Button[@text="Flu Shot (Regular) Getting your flu shot is one of the best ways you can protect yourself, your loved ones, and your community from the flu. Book now for up to 6 ...