Skip to content

Commit

Permalink
Deleting deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jun 4, 2015
1 parent 7b21467 commit 29bf67e
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,15 +306,6 @@ public void get(String url) {
execute(DriverCommand.GET, ImmutableMap.of("url", url));
}

/**
* @deprecated The status command is not included in the WebDriver standard
*/
@Deprecated
public RemoteStatus getRemoteStatus() {
Response response = execute(DriverCommand.STATUS);
return new RemoteStatus((Map<String, Object>) response.getValue());
}

public String getTitle() {
Response response = execute(DriverCommand.GET_TITLE);
Object value = response.getValue();
Expand Down

0 comments on commit 29bf67e

Please sign in to comment.