diff --git a/.DS_Store b/.DS_Store deleted file mode 100755 index bf5a624..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore index 2e4c437..186dcaf 100755 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +# macOS system files +.DS_Store +.AppleDouble +.LSOverride + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/Tests/AndroidIosWeb.robot b/Tests/AndroidIosWeb.robot index f06c940..e01432b 100644 --- a/Tests/AndroidIosWeb.robot +++ b/Tests/AndroidIosWeb.robot @@ -13,8 +13,7 @@ ${TIMEOUT} 3000 Example of connecting to Lambdatest via Robot Framework [Timeout] ${TIMEOUT} Go To URL https://mfml.in/api/getInfo - Sleep 10 seconds - Click element id=resolution - Click element id=location - Click element id=details - Click element id=timezone \ No newline at end of file + Execute Script document.getElementById('resolution').click(); + Execute Script document.getElementById('location').click(); + Execute Script document.getElementById('details').click(); + Execute Script document.getElementById('timezone').click(); \ No newline at end of file diff --git a/output.xml b/output.xml deleted file mode 100644 index a5aeb84..0000000 --- a/output.xml +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - -${REMOTE_URL} -platformName=android -platformVersion=${version} -deviceName=${deviceName} -visual=${visual} -network=${network} -isRealMobile=${isRealMobile} -name="RobotFramework Lambda Test" -Opens a new application to given Appium server. -Capabilities of appium server, Android and iOS, -Please check https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/server-args.md -| *Option* | *Man.* | *Description* | -| remote_url | Yes | Appium server url | -| alias | no | alias | - - - - - - -https://mfml.in/api/getInfo -Opens URL in default web browser. - - - -10 seconds -Pauses the test executed for the given time. -Slept 10 seconds - - - -id=resolution -Click element identified by `locator`. -Clicking element 'id=resolution'. - - - -id=location -Click element identified by `locator`. -Clicking element 'id=location'. - - - -id=details -Click element identified by `locator`. -Clicking element 'id=details'. - - - -id=timezone -Click element identified by `locator`. -Clicking element 'id=timezone'. - - - - -Closes all open applications. - - - - - - - - - - - -All Tests - - - - -AndroidIosWeb - - - - -