Skip to content

Commit

Permalink
Implemented the timeoutInSeconds attribute on the FindBy annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Mar 18, 2015
1 parent d8ccfda commit b497a1d
Show file tree
Hide file tree
Showing 3 changed files with 233 additions and 226 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ protected WebElement getElement() {
WebElement result;

try {
Stopwatch.SYSTEM.start();
if (resolvedElement() != null) {
result = resolvedElement();
} else if (locator == null) {
Expand Down
Loading

0 comments on commit b497a1d

Please sign in to comment.