how can i upload file after click pick file button?
thanks
@oraycabak you can use WebUI.uploadFile(TestObject T, String absoluteFilePath) method to upload the file to the control and then click the upload button.
Note: The file path should be absolute.
done using custom keywords
