About 50 results
Open links in new tab
  1. Setting browser specific capabilities using Browserstack SDK

    Feb 2, 2025 · The capabilities defined as part of the browserstack.yml file will take precedence when executing with the BrowserStack's SDK. We can define the browser specific arguments in the yml file …

  2. selenium - Browserstack Connection Errors - Stack Overflow

    Sep 4, 2020 · I am using Browserstack and WebdriverIO for website automation. The website is behind a firewall and we're using browserstack.local, and we have been running into a few issues with the …

  3. BrowserStack: Unexpected error. Authorization required

    Sep 6, 2018 · 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 …

  4. browserstack - Browser Stack Local not starting - Stack Overflow

    Mar 10, 2022 · I am trying to test a web application running locally on localhost:3000 using BrowserStack to test different mobile resolutions. I've used this feature before with no issues but for …

  5. java - BrowserStack Error- [browserstack.local] is set to true but ...

    Jun 26, 2019 · org.openqa.selenium.WebDriverException: [browserstack.local] is set to true but local testing through BrowserStack is not connected. If I remove the capability 'browserstack.local' then …

  6. Where is a list of browserstack_executor actions?

    Mar 3, 2021 · delete_status = driver.execute_script(f'browserstack_executor:{json.dumps(action)}') I keep getting invalid action with all of the 3 I've tried so there must be something else to get rid of a …

  7. BrowserStack - Could not start a new session. Possible causes are ...

    Apr 19, 2021 · BrowserStack - Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure

  8. Unable to connect to localhost, bs-local, etc on Browserstack

    May 31, 2022 · I'm attempting to do some development on iOS for a model-viewer web component through browserstack (using iOS 13 Chrome) and it seems unable to connect to localhost, whether I …

  9. Browserstack Nunit testing - run locally - Stack Overflow

    Jan 26, 2025 · To run tests locally, you need a way to bypass the BrowserStack SDK interception for local tests. Use an environment variable to differentiate between running tests locally and on BS.

  10. Getting Browserstack Idle Timeout in Automation - Stack Overflow

    Nov 15, 2023 · Getting Browserstack Idle Timeout in Automation Asked 2 years, 2 months ago Modified 2 years, 2 months ago Viewed 191 times