<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Appian Selenium API</title><link>https://community.appian.com/discussions/f/general/20823/appian-selenium-api</link><description>Hi 
 I&amp;#39;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(&amp;quot;UPLOAD&amp;quot;); 
 ... and a Windows dialog box appears allowing</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Appian Selenium API</title><link>https://community.appian.com/thread/82952?ContentTypeID=1</link><pubDate>Fri, 25 Jun 2021 00:18:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a2ef644b-d0f3-47f0-980d-6b4c7f26262f</guid><dc:creator>Acacio Barrado</dc:creator><description>&lt;p&gt;Hi Daniely,&lt;/p&gt;
&lt;p&gt;Im not so sure about selenium, however in cucumber instead you interact with the windows you can upload files using the functions. Please see the cucumber samples below:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;tempoFixture.populateFieldWith(&amp;quot;fieldType&amp;quot;,&amp;quot;fieldName&amp;quot;,&amp;quot;fieldValue&amp;quot;) &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;tempoFixture.populateFieldWith(&amp;quot;FILE_UPLOAD&amp;quot;, &amp;quot;Document File Upload&amp;quot;, &amp;quot;C:\\Testing\\test_file\\img.jpg&amp;quot;);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As using Fitinesse you can achieve the same result using the command below:&lt;/p&gt;
&lt;p&gt;|populate|FILE_UPLOAD|field|Document File Upload|with|C:\\Testing\\test_file\\img.jpg|&lt;/p&gt;
&lt;p&gt;I hope that this help you with selenium.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Acacio B.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Appian Selenium API</title><link>https://community.appian.com/thread/82949?ContentTypeID=1</link><pubDate>Thu, 24 Jun 2021 19:04:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ac0f9211-6656-4570-85f6-5cdc8ea6f997</guid><dc:creator>mdshamimm0001</dc:creator><description>&lt;p&gt;I had the same issue. Is there any solution for this upload problem?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>