Click event on “choose” button of Input type “file” is not getting triggered. please help me out to automate the flow.
An example is constructed below
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<input type="file" accept="image/gif,image/jpeg,image/png,image/jpg,image/bmp">
</body>
</html>
Thanks in advance.