action lambdatest_start_screenshot_test { label: "Start Screenshot Test" description: "Start Screenshot Test" provider: lambdatest method: POST path: "/" encoding: json input: { type: "object" properties: { callback_url: { type: "string" } configs: { type: "object" properties: { "macos mojave": { type: "object" properties: { chrome: { type: "array" items: { type: "string" } } firefox: { type: "array" items: { type: "string" } } opera: { type: "array" items: { type: "string" } } } } "windows 10": { type: "object" additionalProperties: true } } } defer_time: { type: "number" } email: { type: "boolean" } mac_res: { type: "string" } password: { type: "string" } tunnel: { type: "boolean" } tunnel_identifier: { type: "string" } url: { type: "string" } username: { type: "string" } win_res: { type: "string" } } } output: { type: "object" properties: { test_id: { type: "string" } } } }