Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# macOS system files
.DS_Store
.AppleDouble
.LSOverride

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
9 changes: 4 additions & 5 deletions Tests/AndroidIosWeb.robot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Execute Script document.getElementById('resolution').click();
Execute Script document.getElementById('location').click();
Execute Script document.getElementById('details').click();
Execute Script document.getElementById('timezone').click();
85 changes: 0 additions & 85 deletions output.xml

This file was deleted.