Skip to content

Instantly share code, notes, and snippets.

View ashwingonsalves's full-sized avatar

Ashwin Gonsalves ashwingonsalves

View GitHub Profile
@ashwingonsalves
ashwingonsalves / BrowserStack.robot
Last active February 27, 2020 15:37 — forked from ujwalp1994/BrowserStack.robot
Sample Test to run Robot tests on BrowserStack
*** Settings ***
Library Selenium2Library
Library Collections
Library Collections
Library String
Library BuiltIn
*** Variables ***
${SITE_URL} = https://www.browserstack.com
${SELENIUM_TIME_OUT} = 120