Questions tagged [browserstack]

BrowserStack is a cloud service providing web browsers and mobile devices for both manual and automated testing.

Testing in Browsers

Test in real browsers including Internet Explorer 6, 7, 8, 9 and 10 (with metro mode).

Testing Android/iOS Apps

Use App Live for manual testing an app on a wide range of different OS versions or use App-Automate to automate the tests to be run on the cloud.

Official real mobile devices and emulators

Provides a wide range of real iOS and Android devices for testing on a combination of various browsers such as Chrome, Firefox, Safari.

Also, supports Windows phone and tablets emulators. Which allows users to test on different combinations.

Test local and internal servers

You can test against any internal/private server or local HTML designs in their remote browsers through our secure tunnel setup via BrowserStack Local Binary support.

Pre-installed developer tools

BrowserStack provides dev tools in real-mobiles which enables debugging cross-browser issues in realtime. For quick cross-browser testing and debugging on Windows or macOS, browsers come with preinstalled tools like Firebug, Developer Toolbar.

Multiple Desktop OS

Test on multiple flavors of Windows and Mac OSX Operating systems.

Screenshots

Screenshots tool provides a quick snapshot of a page by capturing screenshots on a combination of selected devices.

693 questions
2
votes
2 answers

NPM browserstack alias installed by package.json for TestCafe not recognized

Installing 'testcafe-browser-provider-browserstack' by package.json causes Jenkins job not to recognize 'browserstack' Tried removing from package.json and install from command line but dependencies cause npm install to error. testcafe…
2
votes
3 answers

invalid argument: File not found error when trying to upload a file

I have an E2E test to upload a file to the application which works on my local machine but fails to run on Browserstack. But fails with reason : invalid argument: File not found : /home/travis/build/xx/xx/e2e/src/xx/testfile Here is the code let…
asl
  • 77
  • 1
  • 2
  • 11
2
votes
1 answer

Can I add Chrome Extension on runtime while on Browserstack?

I am writing a test on Selenium Webdriver. But the tricky part is, I need to send headers to the Chrome while working. Actually, I am adding a chrome extension to change the headers on runtime. But the most tricky part is that my test is running on…
Helen Wt.
  • 81
  • 1
  • 4
2
votes
1 answer

Global variables file preventing Nightwatch/BrowserStack integration from running

I am attempting to run my Nightwatch tests against a VM on my machine using the browserstack-local integration and the local runner script. When I do not have my global variables file specified in browserstack.conf.js, the test runs…
M Schloss
  • 23
  • 4
2
votes
0 answers

Closing Safari push notification dialog in Browserstack

We're using Browserstack to automate testing of my website. The website uses push notifications and so Safari prompts the user with a dialog asking for permission to send push notifications. This dialog blocks interaction with the browser and the…
Oskar
  • 21
  • 1
2
votes
1 answer

BrowserstackLocal.stop() hangs up the Docker container

I have my Selenium Java tests running inside a Docker container. I need to use BrowserStackLocal, because I use BrowserMob proxy to intercept and check the analytics sent by our web App. Each time there is a call to BrowserStackLocal.stop() inside…
Nick Slavsky
  • 1,300
  • 3
  • 19
  • 39
2
votes
0 answers

How do you use Browserstack with Heroku CI and selenium-webdriver

I have setup some tests for my node application using selenium-webdriver and browserstack. Normally When I create my driver, the first thing I do is retrieve a URL that I will doing my test on. const driver = new webdriver.Builder() …
2
votes
0 answers

Limitations on executing javascript through Selenium on Android in Browserstack?

I'm having hard times making videos play with the following stack: Selenium + BrowserStack + Android + JavascriptExecutor + VideoJS Player/JWPlayer. Let's take VideosJS player as an example. Please note, that's not Appium. When I click the "Play…
Nick Slavsky
  • 1,300
  • 3
  • 19
  • 39
2
votes
2 answers

How can I run the same test on browserstack and local browsers?

I've set up NUnit tests that runs on BrowserStack (set up from this example https://github.com/browserstack/nunit-browserstack ) Base class: namespace Bloc.TestProject { public class BrowserStackNUnitTest { protected IWebDriver…
olemarius
  • 1,124
  • 4
  • 17
  • 27
2
votes
1 answer

How do I use travis encrypt to encrypt browserstack key?

I am having trouble getting my browserstack credentials to work on Travis. The credentials work locally if I don't encrypt the key and trigger the build from my local by just using environment variables. I am using travis encrypt, which is…
smurf
  • 349
  • 4
  • 14
2
votes
1 answer

Can i verify downloaded file in browser stack using selenium

I am automating with browser stack. I am downloading the file in browser stack using selenium, but I want verify the downloaded file. Can I do this using selenium.(Upon downloading the file, file will be browser stack server's folders, i need to…
2
votes
2 answers

Safari Browser: Switch to frame is not working

I am trying to run few test on Mobile Emulators (Safari Browser) and stuck at a problem. Where after switching to an Iframe I am not able to do any action. There is already a closed issue for that, however I didn't find any solution after going…
Gaurang Shah
  • 11,764
  • 9
  • 74
  • 137
2
votes
0 answers

BrowserStack - Local Connection with pac file

Did any one tried running tests on Browserstack using a local connection with a pac file. BrowserStackLocal.exe --key XXXXX --pac-file proxy.pac I've bee trying this for a while and the pac proxy configuration file is not getting to browserstack.
2
votes
0 answers

Reuse Browserstack session in Junit tests

I have been developing JUnit tests using Selenium webdriver and I test them on BrowserStack. It works when: I keep all my selenium scripts in one test method. I keep my scripts in different JUnit test methods, as they open their own sessions and…
M Diva
  • 83
  • 5
2
votes
1 answer

Is it possible to run NUnit tests from the main method

The purpose of this is to be able to set the project's .exe file to automatically run on startup and have the tests run. The tests are integrated into BrowserStack where I can view the results. Thanks for any help!
dawk24
  • 41
  • 4