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
0
votes
0 answers

All links open in new tab on IE8

I feel weird saying this, but every link in my app opens a new tab in IE8. There's no target attribute set. I'm using IE8 in Browserstack, in case that matters. I also have HTML5Shiv, bootstrap3 CSS & JS on the page. Removing support for IE is,…
Zeke Nierenberg
  • 2,216
  • 1
  • 19
  • 30
0
votes
1 answer

BrowserStack TestSwarm only pulls Windows OS's

I've recently setup an instance of TestSwarm that interfaces with BrowserStack by using the testswarm-browserstack nodejs module (https://github.com/clarkbox/testswarm-browserstack). I was referred to use the nodejs module from a link on…
ZapRowsdower910
  • 3,024
  • 1
  • 17
  • 14
0
votes
2 answers

Browserstack.com webtunnel not working

I'm using Browserstack.com local test and it seems not working for me. I installed lampp on my Ubuntu 12.04 and configured httpd-vhosts.conf and /etc/hosts like below: httpd-vhosts.conf: DocumentRoot "/home/ME/FOLDER" …
ChandlerQ
  • 1,428
  • 2
  • 21
  • 29
0
votes
2 answers

which port is being used by a local web server?

We are using an internal server to host our staging website. I was trying to use browserstack to do compatibility testing on the virtual environment that they provide. In order to setup the virtual environment, I need to specify the port which is…
Zahra
  • 6,798
  • 9
  • 51
  • 76
-1
votes
0 answers

How to turn on "Show taps/touches " in Browser Stack Android devices?

I'm trying to automate a video stream app. When I try to run my script in physical device it is working fine but when I try to perform same actions on browser stack devices it is performing some other unexpected actions. It will be helpful if I see…
-1
votes
1 answer

Access to geolocation was blocked over insecure connection to http://bs-local.com:3000(blocked)

hope you all have a great day. I would just like to ask some help regarding the issue I encountered. I was trying to test my react web app on browserstack mobile screens, currently I am testing locally using localhost. Also the URL is redirected to…
Jhon Caylog
  • 483
  • 8
  • 24
-1
votes
1 answer

Appium WebdriverIO Browser Stack cannot read spec file

Please view the following video here I have used browser stack a number of times past but I've never set it up from scratch before. Here are the details from the browserstack wdio file: the section with the Error If try to run the test using the…
fypnlp
  • 1,372
  • 4
  • 18
  • 41
-1
votes
1 answer

BrowserStack/Appium: Getting error after updating the selenium version to 4

I am running my app automation on Browserstack and it was working fine until I upgraded the Selenium and Java client versions. Below are the upgraded versions: Java Client - 8.1.1 Selenium - 4.2.2 Error:…
-1
votes
2 answers

Wanting to automate the process of upload documents - Tried robot class but failed in browserstack. Looking for work arounds

Thanks for stopping by. I have a piece of code to automate. Bit of a background: I wanted to automate a upload functionality. I tried sending the path through key press event and was successful to run it locally. Then I ran the same script in…
JNo
  • 9
  • 6
-1
votes
1 answer

How to increase browserstack.idetimeout beyond 5mins, which has the maximum limit of 5 mins?

Running selenium test in browstack, have an scenario where an backend datasetup runs more then 5mins, but the browserstack.idetimeout has maximum limit of 5 mins, how to increase the BS idle time limit?
-1
votes
1 answer

hi i want to run selenium python script in browser stack and want to check in mobile any one have any solution how we can

Hi everyone I need help the problem is I have a selenium python automation script and I work fine on desktop but now I want to test in browser stack in mobile anyone have any idea how we test in it driver =…
-1
votes
2 answers

Drag and Drop is not triggering in safari browser in browser stack

Code used: 1st Iteration: line1. Functions.highlightelement(vertical_slider); //highlights the given xpath value line2. browser.actions().dragAndDrop(vertical_slider,{x:0, y:-250}).perform(); // drag till certain position. Error message in browser…
emp617
  • 1
-1
votes
1 answer

Is there any way to connect localhost in mobile devices like iOS in browser stack?

I tried of connecting http://localhost:3000 through my local ip address like http://mylocalipaddress:3000, but still the local site is not working for mobiles and tablets. Is there any way to connect to localhost in mobiles and tablets in browser…
skp
  • 43
  • 10
-1
votes
3 answers

Karate UI Initial Get Call to BrowserStack Failing

I'm attempting to do a POC for our mobile browser automation testing using Karate UI and BrowserStack. I noticed Karate attempts to make a GET call to BrowserStack when the test starts, and is receiving a 500: GET…
anutter
  • 366
  • 2
  • 17
-1
votes
1 answer

Take screenshot for specific element for ios devices - safari browser

i'm trying to take a screenshot for any specific element on the safari browser - by appium+webdriverio+browserStack. appium version : 1.15.0 here are the error logs : Calling AppiumDriver.getElementScreenshot() with args:…
josh
  • 79
  • 12