是否有办法按照这些思路 create:
verifyXpathCount //div[@class= display ]/table/tbody/tr <=10
i.e. I want to verify that table contains less or equal 10 <tr>
items inside body of specified table.
Or is this beyond the scope of Selenium IDE (version 1.5)?