Forum Discussion
Vallalarasu_P
12 years agoFrequent Contributor
Thanks for that reply. I have used the method you have specified.
After finding the object i have to click it. Hence I wrote a code as
Control.Click
(It click the calender of the corresponding text value which we have found using the control
Problem is I'm getting object does not exist. The actual code im using i have posted below.
sub T1()
Browsers.Item("iexplore").Run("http://website.com")
set FromCity = NameMapping.Sys.browser.HPage
set control = FromCity.Find("ContentText","11",1000)
control.Click
End Sub.
Please let me know the solution.
After finding the object i have to click it. Hence I wrote a code as
Control.Click
(It click the calender of the corresponding text value which we have found using the control
Problem is I'm getting object does not exist. The actual code im using i have posted below.
sub T1()
Browsers.Item("iexplore").Run("http://website.com")
set FromCity = NameMapping.Sys.browser.HPage
set control = FromCity.Find("ContentText","11",1000)
control.Click
End Sub.
Please let me know the solution.