செலினியம் ஸ்டேண்டலோன்
file
உலாவி இயங்கும் தொலைநிலை கணினிக்கு கோப்பை பதிவேற்றவும்.
செலினியம் ஸ்டேண் டலோன் கட்டளை. மேலும் விவரங்கள் அதிகாரப்பூர்வ நெறிமுறை ஆவணங்களில் காணலாம்.
பயன்பாடு
browser.file(file)
அளவுருக்கள்
Name | Type | Details |
---|---|---|
file | string | Base64-encoded zip archive containing single file which to upload. In case base64-encoded data does not represent a zip archive or archive contains more than one file it will throw an unknown error. |
திரும்பும் மதிப்பு
- <String>
path
: Absolute path of uploaded file on remote machine.
getDownloadableFiles
தொலைநிலை கணினியிலிருந்து பதிவிறக்கத்திற்கு கிடைக்கக்கூடிய கோப்புகளை பட்டியலிடவும்.
செலினியம் ஸ்டேண்டலோன் கட்டளை. மேலும் விவரங்கள் அதிகாரப்பூர்வ நெறிமுறை ஆவணங்களில் காணலாம்.
பயன்பாடு
browser.getDownloadableFiles()
திரும்பும் மதிப்பு
- <Object>
names
: Object containing a list of downloadable files on remote machine.
download
உலாவி இயங்கும் தொலைநிலை கணினியிலிருந்து கோப்பை பதிவிறக்கவும்.
செலினியம் ஸ்டேண்டலோன் கட்டளை. மேலும் விவரங்கள் அதிகாரப்பூர்வ நெறிமுறை ஆவணங்களில் காணலாம்.
பயன்பாடு
browser.download(name)
அளவுருக்கள்
Name | Type | Details |
---|---|---|
name | string | Name of the file to be downloaded |