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
23
votes
1 answer

Safari 8 multiple select scrolling issue

I have been encountering an issue when using multiple select select fields within Safari 8 on OS X Yosemite. If the select field has an applied width, either in-line or as a class, I am unable to use the keyboards arrow keys to scroll down through…
Jonathan
  • 1,833
  • 13
  • 15
22
votes
4 answers

Running Protractor tests on Browserstack Automate

I'm developing an AngularJS app and want to do end-2-end testing with Protractor. I would like to benefit from the suite of test browsers available at Browserstack and run the tests on Browserstack Automate instead of a local Selenium server. How do…
Niko Nyman
  • 1,916
  • 2
  • 16
  • 26
21
votes
4 answers

Local site testing with BrowserStack and self-signed certificates

I have started looking into testing our site with BrowserStack. However, I'm having issues with live-testing (as opposed to automated testing with Selenium, which mostly works fine) a site we're developing as we're serving it with a self-signed…
Shlomi Király
  • 531
  • 1
  • 5
  • 12
20
votes
2 answers

Testing localhost on browserstack - Safari 8 (on Yosemite) cant open my site

I have problems with testing my site hosted on IIS Express via Browserstack. When I try to open it using Safari 8 (on latest osx) I get message: "Safari cant connect to the server". I have tried on other OS or other browsers and it works, but under…
kzg
  • 780
  • 9
  • 22
14
votes
2 answers

Python Selenium - ResourceWarning: Enable tracemalloc to get the object allocation traceback

I am using BrowserStack to run Selenium scripts in Python. Keep in mind that I am new in Python, so maybe there is a simple solution to this that I am not seeing. You can see the code here When I run it, it always shows the following: How to I…
Vedran Korponajić
  • 347
  • 2
  • 4
  • 10
14
votes
3 answers

How to open dev tools in iOS emulator on Browserstack?

I am using iPhone 6 emulator with iOS 8.3 on Browserstack and I need to inspect the source code of the website I am woking on. How do I open developer tools in iOS emulator on Browserstack?
sdvnksv
  • 9,350
  • 18
  • 56
  • 108
14
votes
3 answers

Running a java file from grunt, doesnt open Port for Browserstack

I am running the BrowserStackTunnel.jar by the grunt plugin grunt-exec (Have been using node's child_process.exec, but same results) with the command java -jar BrowserStackTunnel.jar -force APIKEY localhost,8000,false What the Java file actualy does…
pfried
  • 5,000
  • 2
  • 38
  • 71
13
votes
2 answers

White space outside html on mobile Safari when keyboard is open

I have a very weird bug in my JavaScript library on mobile Safari, that I've tried to reproduce with a simple example: I have basic css and html: html, body { margin: 0; padding: 0; font-family: monospace; } body { min-height: 100vh; …
jcubic
  • 61,973
  • 54
  • 229
  • 402
13
votes
6 answers

BrowserStack: Unexpected error. Authorization required

I have two simple tests that are using RemoteWebDriver with ChromeOptions and EdgeOptions. Both these tests are using common code to set capabilities, including the browserstack.user and browserstack.key capabilities. Because I am using…
Mark Cooper
  • 6,738
  • 5
  • 54
  • 92
13
votes
1 answer

How Can I write an AWS Lambda Script that Runs a Protractor / Selenium Browser Automation Script?

I am very much enjoying AWS Lambda functions, and I'm wondering if what I want to do here is possible. On my local machine, I have a Protractor config file : // conf.js exports.config = { framework: 'jasmine', seleniumAddress:…
Jim
  • 3,821
  • 1
  • 28
  • 60
12
votes
1 answer

How to properly set up Java/Selenium configuration to run automated tests?

I am trying to set up selenium webdriver to work together with Browserstack with Java for automated testing. I installed the Selenium for java and I copied and pasted the code from browserstack's site…
12
votes
2 answers

Running parallel test with PNunit, can't read from config file

I wanna run pararell tests in Browserstack. This is my test project RTest (Unit test project in VS 2013) -UnitTest1.cs -RTest.config I open Nunit and browse to my dll bin/debug/RTest.dll and Nunit finds my test case Problem My RTest.config file…
10
votes
4 answers

Browserstack: Developer Tools for iPad?

I am using Browserstack to test some websites on the iPad. I just don't seem to get where the developer tools are within that emulator. Shouldn't there be Firebug Lite somewhere? Can someone point the dev tools out to me please?
nerdess
  • 10,051
  • 10
  • 45
  • 55
10
votes
3 answers

How can I run selenium tests on browserstack.com?

Say I want to perform the following test on my website: Load it into the browser. Click on a button, which performs some Javascript. Wait for the Javascript action to complete. Look at how the page appears now. I know how to create a Selenium test…
Jonas Sourlier
  • 13,684
  • 16
  • 77
  • 148
8
votes
5 answers

Cannot load site on localhost with iOS devices on BrowserStack Automate

I'm hosting a .NET Core HTTP application on localhost using Kestrel on an available port for some browser-based UI tests, but when trying to access it using real iOS devices with BrowserStack Automate with BrowserStackLocal.exe, Safari consistently…
Martin Costello
  • 9,672
  • 5
  • 60
  • 72
1
2 3
46 47