On my HTML page I have forty divs but I only want one div
Using agility pack to search and get all the divs with Ids I use this
\"//div[@id]\"
Use the contains function:
contains
//div[contains(@id,'test')]