Similar Posts

3 Comments

  1. Hi Team,

    Are you guys aware if there is any solution for MS Edge browser Upload file feature specially with AutoIT.
    When I try to run/compile it manually then it works fine but whenevr we try to execute it using selenium then it doesn;t work.

    Is there any other way out to upload file on Edge browser (.sendkeys wont be of use for me.)

    AutoIT script which works for manual run (Reference) :

    ControlFocus(“Open”,””,”Edit1″)
    Sleep(1000)
    WinSetState(“Open”, “”, @SW_MAXIMIZE)
    Sleep(1000)
    ControlSetText(“Open”,””,”Edit1″,’C:\Users\nilasing\Downloads\somefilename’)
    Sleep(1000)
    ControlClick(“Open”,””,”Button1″)

    Please help

Leave a Reply

Your email address will not be published. Required fields are marked *