Forum Discussion

kaiiii's avatar
kaiiii
Regular Contributor
5 years ago
Solved

Using NameMapping but Object properties have no value. It's empty

I am Using NameMapping for a Login Scenario. where I am trying to find out Email ID box using namemapping.

But when I am checking that object every property have null value.

I  am sharing name mapping screenshot  in attachment and using below code.

 

If(Aliases.browser.pageLogin1100.formDwfrmLogin.fieldset.textboxEmailAddress.Exists = True) Then
 -------something here------------
End If

  • can you please open the Object Browser(at Run time) and check if the property values are available

2 Replies

  • Mr_Bro's avatar
    Mr_Bro
    Champion Level 0

    can you please open the Object Browser(at Run time) and check if the property values are available

    • kaiiii's avatar
      kaiiii
      Regular Contributor

      Hi Mr_Bro 

      Thanks for reply.

      Object was not there in object browser so I Click on the object(in name mapping ) and go to "show in object browser"

      and then it's visible in object browser and now working fine.

      Thanks