I am trying to locate elements with generated ids wherein some part of the ID is known; for example:
id=\"page_x002e_x0023_default-create-firstname\"
This works with selenium vba
.FindElementsByXPath( "//*[contains(@class, 'unique-string')]" )