dfontanesi
14 years agoContributor
Find vs FindAll - One works, one doesn't
I'm trying to locate a div with a given id (sID). The FindAll command below works fine, except it takes a long time and I'd rather use Find. But Find gives me a "Object doesn't support this property...
- 14 years agoFindAll returns an array while Find returns a specific object.
I think you need to use "set" when you're using the Find method.