Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Web Element identifieris changing

    Hi,

    In our application, the maximum web element identifier is identified by ID and tabIndex. Hence for every build the id and tabindex is changed, as a result we need create xpath again for selenium automation. Please find the attached image for detail.
    Could you please suggest what we can do to resolve this issue?

    Regards,
    Kuladip Sahu
    Attached Files

    #2
    Read the Automated Testing overview: you should not be using xpaths to address elements, use scLocators instead.

    Comment

    Working...
    X