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

Firefox driver Permission denied to access property "_wrapped"

I am getting the following error while waiting for waiting for the element to be present. Code return self.wait(timeout, driver).until(EC.visibility_of_element_located((by, locator_value))) Firefox Version: 53.0 and 52.0 Selenium Version: 3.4.0…
Gaurang Shah
  • 11,764
  • 9
  • 74
  • 137
2
votes
1 answer

How to define secure key for browserstack in accespance.suite.yml file in codeception

I am trying to run my test using TravisCI with browserstack add-on. Test cases are written in codeception. Now, I am able to successfully define a secure key in travis.yml for browserstack addon but acceptance.suite.yml file also requires a…
2
votes
1 answer

Browserstack locale error while running e2e test using protractor in jenkins :Locale error:Couldn't connect to files

I am using browser stack plugin in Jenkins for e2e testing using protractor. E2e is working fine locally but when deployed in Jenkins run e2e test getting the following error. Connecting local error { LocalError: Could not connect to Files! at…
2
votes
0 answers

How to run nightwatch with mocha agains remote selenium server

I've this setup in which I can use Nightwatch with mocha style tests.js: var nightwatch = require('nightwatch'); var config = require('./nightwatch.json'); describe('Github', function () { //var client =…
Jeanluca Scaljeri
  • 26,343
  • 56
  • 205
  • 333
2
votes
4 answers

Session timed out because the browser was idle for 90 seconds in Browserstack

I am running Automated Selenium tests in Browserstack my tests sometimes fail due to below error Session timed out because the browser was idle for 90 seconds In Browserstack settings, they have mentioned IDLE TIMEOUT If a session is idle for…
Muhammad Hassan
  • 14,086
  • 7
  • 32
  • 54
2
votes
2 answers

BrowserStack + Protractor + TravisCi and secure localhost server - configuration

Trying to have an e2e test to test my server and it's UI on TraviCI. I'm however not able to come up with the necessary configuration in order to run all the components and access seleniumServer on BrowserStack. I am able to get my session started,…
HIT_girl
  • 785
  • 7
  • 23
2
votes
0 answers

How to get the same window height result with and without the address bar jQuery Chrome?

I've been trying to get the viewport height using jQuery in mobile Chrome, however this is returning a different result when the address bar is/isn't present. I'm testing on Browserstack using Samsung Galaxy S5. When i scroll down and release so the…
eh21
  • 51
  • 10
2
votes
0 answers

BrowserStack, filter out google analytics

I have a requirement to test a site without making any google analytics hits. in order to do this I thought that I would use the BrowserStackLocal.exe to run my tests using the force local method. my understanding is that when I run this binary on a…
Farhad-Taran
  • 6,282
  • 15
  • 67
  • 121
2
votes
0 answers

No result with SendKeys to IE8 using Selenium on BrowserStack

I'm using Selenium to perform testing on BrowserStack, and have hit a problem while testing IE8. I've found that when I target elements and then call Click, the full effect of the action is not being undertaken*. Through trial-and-error I found that…
2
votes
1 answer

Browserstack testing IE, Selenium not finding elements that are loaded

Ok -- The issue seems to be resolved -- see below for a working solution. THE PROBLEM => Careful with Selenium's Explicit timeout vs Implicit timeout. I'm using Browserstack to test IE remotely, via Selenium's Ruby Bindings, running tests via…
2
votes
1 answer

"Non existent tunnel" error then running browserstack-runner

I'm trying to run browserstack-runner on my project, but I'm getting the following error (when running with --verbose): Using config: /Users/xxx/browserstack.json Launching server on port: 8888 Non existent tunnel Exiting I tried to replicate the…
Hee Jae Kim
  • 121
  • 1
  • 6
2
votes
1 answer

BrowserStack + Protractor getting the name of the tests to show up as session ID

I know that you could use browserstack before protractor 3.0 but they have added official support in 3.0 . I haven't been able to try that out yet so maybe that's the answer to my question? Currently don't have the ability to upgrade so if that's my…
BarretV
  • 1,197
  • 7
  • 17
2
votes
1 answer

protractor browser stack connection ETIMEDOUT

I would like to run tests with protractor and browserstack. I have followed this post I am behind a proxy. I have installed browserstack local and I run it with this command: BrowserStackLocal.exe -v -proxyHost proxy -proxyPort port…
2
votes
1 answer

browserstack reports with protractor

I'm using browserstack hub to run protractor. I have been looking for a good report without luck, I want a report containing the browsers tested and the platform, is there something like following using protractor, jasmine and browserstack ? Would…
rahpuser
  • 1,224
  • 10
  • 31
2
votes
1 answer

How to run paralllel tests with Nightwatch.js in Browserstack

The documentation for Nightwatch.js with Browserstack is pretty sparse. I currently have an automated test set up with Javascript and the tests are set up to run on Browserstack. It loops through the browsers and runs the test repeatedly on…
Dear1ofGdBear
  • 935
  • 2
  • 13
  • 26