I just omitted the name attribute in the clickButton and it worked.  

<clickButton description="Submit the login form"/>

Strange though: I thought the manual said name attribute for clickButton
step is mandatory (one of 3 values).  Must have misread it.

Sanju.

________________________________________
From: Scotty Nath [mailto:[EMAIL PROTECTED] 
Sent: Sunday, February 19, 2006 12:08 AM
To: '[email protected]'
Subject: clickbutton: no button found - submit button doesn't have name
attribute 


My login html (full html below) has a submit button that looks like the
following:

                        <td colspan="4" align="center"><input
class="view_search_box" type="submit" value="Login"/></td>

My clickbutton code looks like:

                    <clickButton description="Submit the login form"
name="??????????" />

I don’t know what to put for name.  I’ve tried “Login” but says “No button
found”.   Any way out other than to contact the developers of the website
and ask them to put in a name attribute for the form?

Thanks,
Sanju.

****************************************************************************
***************************

<form method="post" action="/login.do" name="login">
            <br><br><br><br><br>
            <div align="center">
            <table border="0" cellpadding="11" cellspacing="3"
bgcolor="#ffffff">
            <tr><td align="center"><img
src="/images/logo_home.gif"/></td></tr>
            <tr><td align="center"><span
class="large-text"></span></td></tr>
            <tr><td>
            <table border="0" cellpadding="5" cellspacing="0"
bgcolor="#831526">
                        <tr><td colspan="4">&nbsp;</td></tr>
                        <tr>
                                    <td>&nbsp;</td>
                                    <td align="center"
class="view_detail_header">Username</td>
                                    <td align="center"
class="view_detail_header">Password</td>
                                    <td>&nbsp;</td>
                        </tr>

                        <tr>
                                    <td>&nbsp;</td>
                                    <td align="center"
class="view_detail_data">
                                                
                                                <input 
                                                            name="userName" 
                                                            type="text" 
                                                            width="20" 
                                                            size="20"
                                                            value=""/>
                                                
                                                <br/>
                                    </td>
                                    <td align="center"
class="view_detail_data">
                                                
                                                <input 
                                                            name="password" 
                                                            type="password" 
                                                            width="20" 
                                                            size="20"/>
                                                
                                                <br/>
                                    </td>
                                    <td>&nbsp;</td>
                        </tr>

                        

                        <tr>
                                    <td colspan="4" align="center"><input
class="view_search_box" type="submit" value="Login"/></td>
                        </tr>
            </table>
            </td></tr>
            </table>
            </div>
            </form>

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.11/264 - Release Date: 2/17/2006
 
YæÓzËfj)bž      b²Õžm7¬¶X¬¶ÇžŠ¢hm¶Ÿÿ–+-±Æ§¢‡(›ùšŠYšŸùb²Ø§~ðy»^²

Reply via email to