Kevin,
As per your code Select Frame name=main
Before Selecting Frame ‘main’ they have anther set Frame Set, Please find the screen shot (2nd Yellow colour)
I tried set name=main also its not working
Please give me any other solution
Regards,
Kishore
Hi Guys,
I am unable to Identifying Frame elements using Robot Framework
1) When I am trying Identify by using developer’s tool its look the attached screen shot hierarchy
2) When I am using robot framework its Identifying first iframe value id is “iFrm”
Please find code :
Select Frame iFrm
3) After second hierarchy they have Frame Set there is no identification but I tried the following different codes it’s not identifying
a) Select Frame //iframe[@id='iFrm']/html/frameset
b) Another way I used Select Window //em[contains(text(),'Print Vehicle Values')]
Tried all the ways but still not identify the elements. Please let me know how to identify frames in Robot Frame work
More details please find the attached screen shotRegards,Kishore
Hi Kishore,
Go to def select_frame in C:\Python27\Lib\site-packages\Selenium2Library\keywords\browsermanagement(python file) and add tag=iframe.Probably it will work.
Thanks,Vinod�
On Tuesday, 2 April 2013 18:39:36 UTC+5:30, Kishore Thotapally wrote:
Hi Guys,
�
I am unable to Identifying �Frame elements using Robot Framework
�
1)����� When I am trying Identify by using� developer�s tool its look the attached screen shot hierarchy
2)����� When I am using robot framework its Identifying first iframe value id is �iFrm�
Please find code :
Select Frame� iFrm
�
3)����� After second hierarchy they have Frame Set there is no identification but I tried the following different codes� it�s not identifying
a)����� Select Frame� //iframe[@id='iFrm']/html/frameset
b)����� Another way I used �Select Window� //em[contains(text(),'Print Vehicle Values')]
��
Tried all the ways but still not identify the elements. Please let me know� how to identify frames in Robot Frame work
�
More details please find the attached screen shot
�Regards,Kishore