Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8151411
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T15:22:50+00:00 2026-06-06T15:22:50+00:00

I am testing an application using Selenium IDE. There is a table with unstable

  • 0

I am testing an application using Selenium IDE. There is a table with unstable row ordering – which means the elements I need to verify are in different rows on each test run.

I’d like to use text known to be in the first column to find the row; and then verify the other columns in the same row.

The test looks like this:

store        || //form/table                    || tableXpath
store        || 3                               || initialsRow
verifyTable  || ${tableXpath}.${initialsRow}.0  || Initials
verifyTable  || ${tableXpath}.${initialsRow}.1  || MJ
verifyTable  || ${tableXpath}.${initialsRow}.2  || MH

Instead of hard-coding the “initialsRow” value; is it not possible to find the row index dynamically?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T15:22:52+00:00Added an answer on June 6, 2026 at 3:22 pm

    The solution I found was to use the Selenium’s storeElementIndex command. It gets the index of an HTML element relative to its parent.

    See http://release.seleniumhq.org/selenium-core/1.0.1/reference.html

    I changed the test as follows:

    store             || //form/table                                 || tableXpath
    storeElementIndex || ${tableXpath}//tr/td[text() = "Initials"]/.. || initialsRow
    verifyTable       || ${tableXpath}.${initialsRow}.1               || MJ
    verifyTable       || ${tableXpath}.${initialsRow}.2               || MH
    

    The XPath query //form/table//tr/td[text() = "Initials"]/.. finds the ‘tr’ element above the ‘td’ element containing the text “Initials”. Selenium stores the index of this ‘tr’ element relative to whatever its parent element is.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I using PHPUnit and Selenium Server to testing Yii Application, but whenever i tried
I'm using WatiN for web application testing. There is a field called enter choices
I'm having a hard time testing our Wicket application using Selenium because of the
I am using Selenium for web application testing. After having finished all the testing,
I am using selenium-server , selenium rc for UI testing in my application .
I am doing client side testing for my web application using IE only, there
We are using Selenium for functional testing our AJAX application. Although Selenium has been
I am testing the web application using Selenium RC. All things works fine and
I'm a Perl programmer doing some web application testing using Selenium . I was
I am testing my application using MAT tool and find that there is memory

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.