Mr. HB, thanks a lot for your valuable guidance. I did some work with your tricks. U the guy exactly understands my queries.
Here, let me tell u login "click" issue in login page.
Normally the page has login button only. Its submitting button and I set this for form value -1. I load random url from a list, varying in language. Some pages has search button also.
Both buttons having same attributes except their ID.
Look at these properties.
name="op"
id='edit-name1"
form=0
name="op"
id='edit-name2"
form=1
name="op"
id='edit-name3"
form=2
Id property is varying in login page depending upon the availability of search. If search button is available on the page, search event get raised. If not it works fine.
Simply says I can't predict the form number and ID of the login button. How can I fix this?
U really understands this, hoping so.
And one more, is there any C# code available for fixing escape string. (system&112; &113;&114
Thanks in advance
Here, let me tell u login "click" issue in login page.
Normally the page has login button only. Its submitting button and I set this for form value -1. I load random url from a list, varying in language. Some pages has search button also.
Both buttons having same attributes except their ID.
Look at these properties.
name="op"
id='edit-name1"
form=0
name="op"
id='edit-name2"
form=1
name="op"
id='edit-name3"
form=2
Id property is varying in login page depending upon the availability of search. If search button is available on the page, search event get raised. If not it works fine.
Simply says I can't predict the form number and ID of the login button. How can I fix this?
U really understands this, hoping so.
And one more, is there any C# code available for fixing escape string. (system&112; &113;&114
Thanks in advance