I have a command to assert if a row exists within a table:
assertElementPresent | //div[@id='Customers']/table/tbody/tr[contains(., 'SQA')]
If it exists, I'd like to store the xpath to that element. How do I do this since the element is not static at the moment it's found?
Aucun commentaire:
Enregistrer un commentaire