Forum Discussion

Kate's avatar
Kate
Contributor
9 years ago

Unable to get attribute value

Here is a piece of my code:   inbox_mails = page.EvaluateXPath("//tr[contains(@id, 'sample_id')]") if not inbox_mails: Log.Error('Could not find emails') else: Log.Message('%s emails fo...