Lines Matching full:_findtext
1338 TestSuite.prototype._findText = function(xpath, opt_ancestor)
1366 var scopeTitle = this._findText('./div[@class="header"]/div[@class="title"]/text()', scopeSectionDiv);
1376 var name = this._findText('./span[@class="name"]/text()', propertyLi);
1377 var value = this._findText('./span[@class="value"]/text()', propertyLi);