Using smartui-sdk-wdio-sample with lambdatest.com

JavaScript integration

✓ Official SDK
Install
npm install smartui-sdk-wdio-sample
Fetch all available device combinations.
curl \
  -u "$API_USER:$API_PASS" \
  https://api.lambdatest.com/screenshots/v1/devices
Fetch login profiles
curl \
  -u "$API_USER:$API_PASS" \
  https://api.lambdatest.com/screenshots/v1/profiles
Fetch Locations
curl \
  -u "$API_USER:$API_PASS" \
  https://api.lambdatest.com/screenshots/v1/locations
SDK on GitHub 📄 API Docs
SDK
smartui-sdk-wdio-sample
JavaScript
API
lambdatest.com
lambdatest.com
At a glance
Language JavaScript
Endpoints9
Base URLhttps://api.lambdatest.com/screenshots/v1
✓ Official