<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>class — Sahi Pro Community</title>
        <link>https://community.sahipro.com/forums/</link>
        <pubDate>Sun, 26 Jul 2026 10:07:47 +0000</pubDate>
        <language>en</language>
            <description>class — Sahi Pro Community</description>
    <atom:link href="https://community.sahipro.com/forums/discussions/tagged/class/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>how to get element using several custom attributes while title attribute is null?</title>
        <link>https://community.sahipro.com/forums/discussion/4536/how-to-get-element-using-several-custom-attributes-while-title-attribute-is-null</link>
        <pubDate>Tue, 18 Dec 2012 07:47:57 +0000</pubDate>
        <category>Sahi - Open Source</category>
        <dc:creator>iwx1</dc:creator>
        <guid isPermaLink="false">4536@/forums/discussions</guid>
        <description><![CDATA[I want to get an element in Sahi script using multiple custom attributes of my choice. It is a  having different attributes which are dynamically generated. The title attribute is blank that is "". example of the element definition is as follow:
<code>

</code>
Here the row id is dynamically generated. I need to click on this element once this element is clicked then a textbox is generated and we need to fill value in it - value is text format. I want to use rmbnum and position attributes to get this element.

I have searched the sahi forum but was not able to find it.

regards,
rahoolm]]>
        </description>
    </item>
    <item>
        <title>How to get class attribute</title>
        <link>https://community.sahipro.com/forums/discussion/1292/how-to-get-class-attribute</link>
        <pubDate>Wed, 09 Dec 2009 04:19:29 +0000</pubDate>
        <category>Sahi - Open Source</category>
        <dc:creator>Popeye</dc:creator>
        <guid isPermaLink="false">1292@/forums/discussions</guid>
        <description><![CDATA[Hi Forum,<br />
<br />
I'm trying to get the class attribute from
<blockquote>

<div>&lt;SPAN class=&quot;non_business_day&quot;&gt;18&lt;/SPAN&gt;</div>
</blockquote>

<blockquote>

<div>_alert(_assertExists(_span(&quot;18&quot;)));<br />
<br />
displays true</div>
</blockquote>

<blockquote>

<div><br />
_alert(_span(&quot;18&quot;).getAttribute(&quot;class&quot;));<br />
<br />
displays null</div>
</blockquote>
<br />
Any idea why getAttribute(&quot;class&quot;) returns null ?]]>
        </description>
    </item>
   </channel>
</rss>
