Function Do-Assign-Id

Part of:

package selenium
( do-assign-id < locator > < identifier > &optional (session *selenium-session*) )
Temporarily sets the “id” attribute of the specified element, so you can locate it in the future using its ID rather than a slow/complicated XPath. This ID will disappear once the page is reloaded.