<?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>Comments field is not identify Label</title><link>https://community.appian.com/discussions/f/new-to-appian/22009/comments-field-is-not-identify-label</link><description>Hi I am using Appian Selenium framework where it uses Labels to identify an element 
 for ex: for clicking something I use this code fixture.clickOnMenu or fixture.clickOnButton etc 
 However, I have a Comments field (Paragraph widget). Not sure how to</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Comments field is not identify Label</title><link>https://community.appian.com/thread/86504?ContentTypeID=1</link><pubDate>Thu, 30 Sep 2021 23:46:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1d62af3a-dc84-46d5-8b9d-ef37aaa8883d</guid><dc:creator>Acacio B</dc:creator><description>&lt;p&gt;Hi there,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can try the code below:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;tempoFixture.clickOnCheckboxOption(&amp;quot;LABEL&amp;quot;);&lt;/pre&gt;&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: Comments field is not identify Label</title><link>https://community.appian.com/thread/86465?ContentTypeID=1</link><pubDate>Thu, 30 Sep 2021 09:27:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3bfacef6-6c3f-4dfa-a2b9-179f190153c4</guid><dc:creator>gauravs0013</dc:creator><description>&lt;p&gt;Thanks..Acacio&lt;/p&gt;
&lt;p&gt;Any idea, how do we populate checkbox in appian selenium API?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Comments field is not identify Label</title><link>https://community.appian.com/thread/86260?ContentTypeID=1</link><pubDate>Tue, 28 Sep 2021 00:39:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:55359492-3fe0-4126-b190-dd47a94391eb</guid><dc:creator>Acacio Barrado</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/gauravs0013"&gt;gauravs0013&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure in Selenium, but using Cucumber you can try the populate field commands, and if you don&amp;#39;t have labels you can try to use index as well.&lt;/p&gt;
&lt;p&gt;Check the sample below:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;tempoFixture.populateFieldWith(&amp;quot;Type&amp;quot;, &amp;quot;[1],[2]&amp;quot;)     --- We are using indexing here[1][2]

tempoFixture.populateFieldWith(&amp;quot;LABEL&amp;quot;, &amp;quot;VALUE&amp;quot;);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hope that helps,&lt;/p&gt;
&lt;p&gt;Acacio B&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>