Hi,
I am writing a test case to upload file using chrome browser, tried a few methods, the closest one is using the blind click (so called offset click) from:
https://www.telerik.com/forums/issue-with-test-step-handle-'fileupload'-dialog
https://www.telerik.com/forums/handle-file-upload-dialog-in-chrome
This method works if I am present and actively looking at the progress of the test runs,
but if i minimize the browser, or run this remotely at other machine (without seeing the screen), then it won't works anymore.
Anyone face this issue and how to solve it?