bulk
This commit is contained in:
@@ -130,9 +130,13 @@ cremote submit-form --selector="form#login-form"
|
||||
### File Upload Testing
|
||||
|
||||
```bash
|
||||
# Upload files to file inputs
|
||||
# Upload files to file inputs (automatically transfers to daemon container first)
|
||||
cremote upload-file --selector="input[type=file]" --file="/path/to/test-file.pdf"
|
||||
cremote upload-file --selector="#profile-photo" --file="/tmp/test-image.jpg"
|
||||
cremote upload-file --selector="#profile-photo" --file="/home/user/test-image.jpg"
|
||||
|
||||
# The command automatically:
|
||||
# 1. Transfers the file from local machine to daemon container
|
||||
# 2. Uploads the file to the web form input element
|
||||
```
|
||||
|
||||
### Element Interaction
|
||||
|
||||
Reference in New Issue
Block a user