Namespace: webdriver.testingView Sourceclass ContainsMatcherAll implemented interfacesgoog.labs.testing.MatcherAccepts strins or array-like structures that contain value. new ContainsMatcher(value)Parametersvalue*The value to check for. Instance Methodsdescribe(value, opt_description)code »Describes why the matcher failed. Specified by: goog.labs.testing.MatcherParametersvalue*The value that didn't match. opt_descriptionstring=A partial description to which the reason will be appended. ReturnsstringDescription of why the matcher failed. matches(value)code »Determines whether a value matches the constraints of the match. Specified by: goog.labs.testing.MatcherParametersvalue*The object to match. ReturnsbooleanWhether the input value matches this matcher.