Switching to Frame and passing value in to the element

Hi All,

i am struck in passing value into user id and password text. i am able to pass the value into the element however text is not treating as a value. when i try entering the value through selenium code it shows that those elements are under a frame and to enter value into the element first i have to switch to the frame then only i can able to enter value.

please see attached screenshot , values are entered in the text box however it is showing as like values are not entered.

can anyone please help me out here
 

Attachments

  • Error on entering value.PNG
    45.7 KB · Views: 8
Yeah...i am able to resolved this.

here are the steps

1. first i identify the elements using AA mode
2. next i navigate the element (Focus , Global click center , and global send keys)
 
Top