Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
codeSolicitor committed Jan 5, 2023
1 parent a5bed64 commit 3d15162
Show file tree
Hide file tree
Showing 3 changed files with 19,307 additions and 27 deletions.
2 changes: 0 additions & 2 deletions Tests/Android.robot
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ Example of connecting to Lambdatest via Robot Framework
Click element id=notification
Click element id=geoLocation
Sleep 2 seconds
Click element id=Home
Sleep 2 seconds
Click element id=speedTest
Sleep 2 seconds

Expand Down
22 changes: 9 additions & 13 deletions Tests/IOS.robot
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,14 @@ ${TIMEOUT} 3000

Example of connecting to Lambdatest via Robot Framework
[Timeout] ${TIMEOUT}
Click button id=color
Click button id=Text
Click button id=toast
Click element id=color
Click element id=Text
Click element id=toast

Click button id=notification
Click button id=geoLocation
sleep ${delay}
Click button id=Speed Test
sleep ${delay}
Click element id=notification
Click element id=geoLocation
Sleep 2 seconds

Click button id='start speed test - connection type multi'
sleep ${delay}
Click button id=Browser
Input Text id=Search https://lambdatest.com
Click button id=find
Click element id=Browser
Input Text id=url https://lambdatest.com
Click element id=find
Loading

0 comments on commit 3d15162

Please sign in to comment.