Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GMAIL Object Identification
#1
Not Solved
In GMAIL Account Creation , In the Account Creation Page Can anyone tell the process of identifying "Month" object in the Birthday field?

I need to know the Descriptive programming Script for Setting the Birthday as 4th-February-1988 . The Day and year are fields are getting identified properly but the month Drop-down list is not getting identified . Need help. Many Many thanks in advance.


Attached Files Image(s)
   
Reply
#2
Not Solved
Use the xpath?
Reply
#3
Not Solved
Just Try the below code its should work. I used Descriptive Programing statements and not need to use object repository

Code:
Browser("micclass:=Browser").Page("micclass:=Page").WebList("html id:=BirthMonth").Select "February"
Browser("micclass:=Browser").Page("micclass:=Page").WebEdit("html id:=BirthDay").Set "4"
Browser("micclass:=Browser").Page("micclass:=Page").WebEdit("html id:=BirthYear").Set "1988"
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Kendo UI Object Identification vasavi.vasavi 5 3,702 07-10-2020, 10:19 AM
Last Post: mariamattathil93@gmail.com
  Explain about object identification vikram 2 4,190 11-12-2014, 10:42 AM
Last Post: vinod123
Rolleyes Urgent help with Gmail Sending mail feature nidhitaneja 2 2,716 03-05-2014, 09:39 PM
Last Post: nidhitaneja
  How To pick up the particular mail in Post Login Gmail page and click on Checkbox akhandesh 0 2,679 12-02-2013, 01:35 PM
Last Post: akhandesh
  Runtime Object Identification Problem qapandit 9 5,874 07-02-2013, 04:14 AM
Last Post: qapandit

Forum Jump:


Users browsing this thread: 1 Guest(s)