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
4
votes
3 answers

Unable to resolve 'No module named Appium' error

I am setting up my environment for automation using browserstack. I tried to implement the following code based on their instructions: from Appium import webdriver enter code here`from Appium.webdriver.common.mobileby import MobileBy from…
4
votes
2 answers

Is there a command line flag to enable flash for firefox?

I am working on our automation tests, and I can't figure out how to start our Browserstack firefox browser with flash enabled/allowed. Is there a flag for firefox that enables/allows flash ? We are using Karma as a test runner. I have tried : var…
BentOnCoding
  • 27,307
  • 14
  • 64
  • 92
4
votes
0 answers

Unable to obtain Firebase ID on iOS using BrowserStack

When testing a Mobile Application on BrowserStack (App Live) on iOS devices I am unable to obtain a Firebase ID, which we use for sending push notifications to both iOS and Android devices. The Firebase ID can however be obtained as expected using a…
Danny
  • 287
  • 2
  • 15
4
votes
1 answer

How can you test a web app in a Windows 10 touch screen environment? (browserstack and sauselabs don't work)

I'm trying to test a website using Windows 10's touchscreen gestures. We don't actually have a Windows 10 device with a touchscreen, but www.browserstack.com and www.saucelabs.com/‎ do not have this option. What's the right way to test via Windows…
Eric Baldwin
  • 3,341
  • 10
  • 31
  • 71
4
votes
0 answers

Unable to trigger "mouseover" and "mouseout" events in IE11 in WebdriverIO

Injecting JavaScript snippet to trigger the "mouseover" and "mouseout" events. Works well with Chrome, Firefox and Safari (both locally and remotely). For IE11, I can verify that it works in console. But when trying to automate it, throws error:…
4
votes
2 answers

Is it possible to set the timezone in browserstack?

I found something for the selenium test but I dont see something for manually browsing. It looks like GMT is allways used. I look for a way to test my local site with a specific timezone. Setting the timezone for the machine would also change the…
Mathias F
  • 15,906
  • 22
  • 89
  • 159
4
votes
2 answers

Browser Stack , replacing session name with class or test Name

I using TestNG to run parallel test execution on browser stack. On Browserstack json config file I had declared all code needed . Is it possible to pass custom name for each session when executed parallel Here is my config file { "server":…
cod
  • 151
  • 4
  • 13
4
votes
0 answers

Uploading a file on IE11 + Safari using Selenium (via BrowserStack)

While trying to run automated tests on BrowserStack to test a webpage on IE11 and Safari, I'm unable to upload a document from the test-running assembly. I have the following code: var uploadFile =…
4
votes
0 answers

Running multiCapabilities on browserstack using browserstack-local

I'm working on an angular project where we have end to end tests using protractor. We use gulp-protractor to run these tests. Every thing works fine on local. Now we want to increase the number of browsers and devices under tests, so I started to…
Mat
  • 185
  • 1
  • 11
4
votes
0 answers

Protractor tests run instable ( ETIMEDOUT )

We are working to make our Protractor E2E tests stable, so our development and deployment flow can depend on it. However, until now we are not able to have a fully stable run of E2E tests. Sometimes, inconsistent which, some test somewhere is…
4
votes
2 answers

ChromeDriver Remote - disable notifications using browserstack

I use selenium on BrowserStack service and I need to disable chrome notifications [ex. on screenshot]. Locally I do it with the following code, but all manuals in Internet didn't help me to get it working on remote ChromeDriver on…
4
votes
1 answer

WebRTC Audio Testing with Audio file

I was looking for a way to automate WebRTC audio testing and ran into this flag --use-file-for-fake-audio-capture=/path/to/file.wav This seem perfect for what I need but I am wondering whether it is possible to provide a link instead of a local…
JerryFox
  • 615
  • 2
  • 13
  • 25
4
votes
1 answer

Running protractor tests on multiple browsers with browser stack

I am trying to run E2E tests on multiple browsers on browser stack, I took the reference from E2E testing on multiple/parallel browsers in Protractor? and Internet Explorer Selenium protractor e2e tests but the error I get every time I try to run…
hny2015
  • 257
  • 2
  • 4
  • 12
4
votes
7 answers

Ruby selenium cannot load such file -- selenium-webdriver (LoadError)

I'm trying to utilize BrowserStack's automated testing using ruby with Selenium WebDriver with Eclipse. Here is the code i'm trying to run: require 'rubygems' require 'selenium-webdriver' # Input capabilities caps =…
Dimi
  • 193
  • 1
  • 3
  • 13
4
votes
5 answers

Protractor: timed out after 10000 msec waiting for spec to complete

I have several protractor tests and sometimes I get a error saying: Message: timeout: timed out after 10000 msec waiting for spec to complete Stacktrace: undefined It can be randomly happening on some tests. I usually test on…
1 2
3
46 47