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.

555 questions
0
votes
1 answer

How to stop Capybara from going to empty.html

At the end of my scenario Capybara is automatically trying to go to file:/ruby193/lib/ruby/gems/1.9.1/gems/capybara-2.2.0/lib/capybara/empty.html, how do I stop this? I'm using the BrowserStack service and therefore this file doesn't exist on the VM…
Josh
  • 899
  • 7
  • 26
0
votes
1 answer

Change orientation through Selenium tests in BrowserStack

I'm evaluating the use of automated selenium tests using BrowserStack. I'm currently trying to change the orientation of a device that runs on an emulator on BrowserStack, either Android or iPad. I've implemented the IRotatable interface as per the…
kkara
  • 791
  • 1
  • 9
  • 11
0
votes
1 answer

How can we use VS2013's brwoser link feature against IE7 / IE8?

With Web Essentials 2013 in Visual Studio 2013's Browser Link feature, we can hook IDE with developer tools of any browser. Can we hook it with IE7 and IE8 in the same manner? Perhaps using BrowserStack or those running inside Hyper-V VMs from…
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,079
  • 1
  • 16
  • 29
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…
ShortRound1911
  • 2,174
  • 1
  • 13
  • 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,358
  • 2
  • 17
  • 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
  • 5,329
  • 7
  • 36
  • 62
-1
votes
1 answer

Are BrowserStack devices Rooted or Jail broken?

So i've been trying to check if BrowserStack devices are rooted or jailbroken because i have a need to test whether my application should be usable on a rooted or Jail broken devices.This is due to security concerns i will be preventing users from…
-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
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
  • 23
  • 6
-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
  • 195
  • 14
-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
  • 49
  • 8
-1
votes
1 answer

Ionic 4 - click event not working on browserstack but working on browser

I thought the issue was with (click), as click is been used in the browser (working) but in mobile it is a touch not click (not working). So I have tried up with on-touch, (ontouchend) instead of (click) but nothing is working. Later I feel that…
-1
votes
1 answer

How to call a method in every test which is in the base class and has a data provider in selenium

I have been trying to integrate browser stack with my selenium scripts. As part of which i have added desired capabilities in my 'getBrowser' method with data provider in the Base class. As i want to run my scripts in multiple browsers. The browsers…
1 2 3
36
37