Skip to content

Instantly share code, notes, and snippets.

@muditlambda
Created March 12, 2020 14:39
// /* The locator finds the element with the bind attribute and returns the value */ //
// making use of our locator in our test script //
expect(element(by.exactBinding('developer.name')).isPresent()).toBe(true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment