Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upload a file from the UI buttons. #440

Open
manishdube opened this issue May 7, 2018 · 2 comments
Open

upload a file from the UI buttons. #440

manishdube opened this issue May 7, 2018 · 2 comments

Comments

@manishdube
Copy link

do we have a canopy function that would assist in uploading a file from a location on a local drive and uploading it to the UI?

@lefthandedgoat
Copy link
Owner

You use << and write the file path to the upload control on the page.

@VictorHug0
Copy link

VictorHug0 commented Sep 26, 2018

There is another option:

  1. Open Manage NuGet Package for Solution
  2. Search and install AutoitX

Then you can do this:

 open AutoIt

 AutoItX.WinActivate("Open") |> ignore
 AutoItX.Send("C:\\yourFilePath")
 AutoItX.Send("{ENTER}")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants