From 53aefd69976e4c19c689c1eb6b4cf58cf6c5827e Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Wed, 10 Mar 2021 20:07:59 +0100 Subject: [PATCH] Updating expected caps to first level --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4727f54b0..6856366d6 100644 --- a/README.md +++ b/README.md @@ -329,11 +329,9 @@ your capabilities and inside it, configure the desired settings, for example: { "browserName": "firefox", "platformName": "linux", - "se:options": { - "recordVideo": "true", - "timeZone": "US/Pacific", - "screenResolution": "1920x1080" - } + "se:recordVideo": "true", + "se:timeZone": "US/Pacific", + "se:screenResolution": "1920x1080" } ```