<?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>How to locate elements without name with appian selenium api library?</title><link>https://community.appian.com/discussions/f/general/22319/how-to-locate-elements-without-name-with-appian-selenium-api-library</link><description>Hello, I am using the appian selenium api library for my tests and my problem is: How can I locate a textbox that does not have a name? I am currently using: 
 fixture.populateFieldWithValue(&amp;quot;&amp;quot;, &amp;quot;&amp;quot;); but I don&amp;#39;t know how to use if the element doesn&amp;#39;t</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to locate elements without name with appian selenium api library?</title><link>https://community.appian.com/thread/87354?ContentTypeID=1</link><pubDate>Wed, 27 Oct 2021 23:19:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:62ba10ea-d05e-4375-ae82-80e6c94c829c</guid><dc:creator>Acacio Barrado</dc:creator><description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;If you dont have labels in the field that you want to interact, the only option is to use indexes. You can try something like that:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;tempoFixture.populateFieldWith(&amp;quot;[26]&amp;quot;, &amp;quot;THIS IS A VALUE&amp;quot;);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Acacio B&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>