Questions tagged [browserstack]

BrowserStack offers a cloud-based platform that supplies a variety of web browsers and mobile devices for conducting both manual and automated testing.

Tips on personalizing the BROWSERSTACK_BUILD_NAME within Jenkins

Currently, I am in the process of incorporating BrowserStack into my Selenium Python framework and utilizing Jenkins for running tests. However, I am encountering difficulties when trying to personalize the build name on the BrowserStack dashboard. ...

The function waitForAngularEnabled does not exist

Currently, I am conducting end-to-end tests for an Angular application. For the login process, it needs to exit the app, so here is what I am doing: browser.waitForAngularEnabled(false); //login browser.waitForAngularEnabled(true); While this approac ...

The selector is present, but I am unable to retrieve information about the node since the specified selector does not correspond to any node within the DOM tree

Working on building an E2E test using NodeJS and TestCafe. We recently integrated BrowserStack for cross-browser testing, focusing on Windows7:firefox & Windows10:firefox. However, encountering failures only when running scripts in this specific confi ...

The process of executing a Python WebDriver test across a variety of browsers

Currently, I am exploring BrowserStack and have a set of Selenium WebDriver tests written in Python. My objective is to execute the tests across multiple browsers. At present, I am utilizing desired_capabilities to define the browser, version, operating sy ...

Access approval needed for Browserstack Remote Session Settings

I am switching from using DesiredCapabilities to RemoteSessionSettings, but I'm encountering authentication issues with BrowserStack. Is there a way for me to successfully utilize RemoteSessionSettings for parallel testing in BrowserStack? Here is an exa ...

Errors like "no element found" are being encountered during automotive testing sessions on Browserstack for test scenarios categorized as GREEN, where the selenide and testng frameworks are

I am experiencing a strange issue with my selenium tests. While the tests are passing successfully, I have noticed some exceptions in the Browserstack session logs mentioning "no such element". Strangely, these errors do not appear in the maven/testng full ...

What are the steps to creating a successful test with Browserstack, selenium, and mocha?

I'm currently working on testing my web applications with BrowserStack. I've been following their example from the website. var assert = require('assert'), fs = require('fs'); var webdriver = require('selenium-webdriv ...

During the execution of numerous automated tests on BrowserStack, the initial test is able to run successfully; however, the subsequent tests encounter an issue where the sessions are

Currently, I am setting up and running multiple automated tests using Cucumber and Selenium on BrowserStack. The first test scenario runs successfully, but starting from the second test, no session is established in BrowserStack. This leads to failure of t ...

Encountering a org.apache.http.conn.HttpHostConnectException error when trying to access a URL through the Eclipse

For our current project, we have integrated BrowserStack into our testing process. The portal we are testing has been whitelisted for our IP address. We are also accessing the internet behind a proxy. However, when running the following code snippet: p ...