Appian Selenium API

Hi

I'm using the AppianSelenium API framework in Eclipse.
On one of my web pages, I need to upload a document.
I use the code below to click the upload button (Called UPLOAD):

fixture.clickOnButton("UPLOAD");

... and a Windows dialog box appears allowing me to navigate to the document I want.

Question: How do I interact with the Windows dialog box so the automation can find the file I want to upload?

Thanks

  Discussion posts and replies are publicly visible