public TargetLocatorAdapter(SyncRemoteTargetLocator syncRemoteTargetLocator, WebDriverAdapter webDriver)
 {
     this.syncRemoteTargetLocator = syncRemoteTargetLocator;
     this.webDriver = webDriver;
 }