Skip to content

andreea-qa/Selenium-C-Sharp-IWebDriver-Commands

Repository files navigation

Selenium-C-Sharp-IWebDriver-Commands

This is a demo project that shows how to use Selenium C# IWebDriver Commands with LambdaTest.

Setting up environment variables

To use LambaTest Selenium grid, you need to set environment variables from the terminal:

For macOS:

export LT_USERNAME=LT_USERNAME
export LT_ACCESS_KEY=LT_ACCESS_KEY
export HYPEREXECUTE_PLATFORM='windows 10'
export HYPEREXECUTE_WORKING_DIR='<full_path_project_directory>'

For Linux:

export LT_USERNAME=LT_USERNAME
export LT_ACCESS_KEY=LT_ACCESS_KEY
export HYPEREXECUTE_PLATFORM='windows 10'
export HYPEREXECUTE_WORKING_DIR='<full_path_project_directory>'

For Windows:

set LT_USERNAME=LT_USERNAME
set LT_ACCESS_KEY=LT_ACCESS_KEY
set HYPEREXECUTE_PLATFORM='windows 10'
set HYPEREXECUTE_WORKING_DIR='<full_path_project_directory>'

Browser Capabilities

Using the Automation Capabilities Generator , you can configure the browser settings you want to use in your tests:

automation_capabilities

Execute the tests

Run your tests from Visual Studio and you will be able to see the results in the LambdaTest Dashboard:

test_results

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages