katalon之web文件上傳

參考:https://docs.katalon.com/katalon-studio/docs/webui-upload-file.html#example-html

適用範圍:tag=input, type=file 控件的文件上傳。web

核心代碼:ui

'Upload test-photo.png to input_browse' 
WebUI.uploadFile(findTestObject('input_browse'), 'D:\\test-photo.png')

關鍵點:code

WebUI.uploadFile(to, file_path)第一個參數,即上傳元素須要使用「type=file」的input對應的xpathhtm

相關文章
相關標籤/搜索