Kate
9 years agoContributor
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...