How do I write a Selenium IDE command to verify that the number is present if it increases as I invite more people by email??
For example, the total number of people: 30
Example 1: If I invite 1 person, how do I verify that the total number of people is 31?
Example 2: If I invite 5 people, how do I verify that the total number of people is 35?
Here is the code:
<div style="color:#777; font-size:1.3em; float:right; margin-top:5px;">
Total number of people:
<span style="color:red;">30</span>
I believe you would have to:
The following does the capturing and comparing of the numbers. You just have to add the part for doing the actual invites.