mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-08 16:40:30 +08:00
Added a couple of missing semicolons.
This commit is contained in:
+2
-2
@@ -3404,7 +3404,7 @@ declare module webdriver {
|
||||
* @return {!webdriver.WebDriver.TargetLocator} The target locator interface for
|
||||
* this instance.
|
||||
*/
|
||||
switchTo(): WebDriverTargetLocator
|
||||
switchTo(): WebDriverTargetLocator;
|
||||
|
||||
//endregion
|
||||
}
|
||||
@@ -3979,7 +3979,7 @@ declare module webdriver {
|
||||
* WebDriver wire protocol.
|
||||
* @see http://code.google.com/p/selenium/wiki/JsonWireProtocol
|
||||
*/
|
||||
getId(): webdriver.promise.Promise<IWebElementId>
|
||||
getId(): webdriver.promise.Promise<IWebElementId>;
|
||||
|
||||
/**
|
||||
* Schedules a command to retrieve the inner HTML of this element.
|
||||
|
||||
Reference in New Issue
Block a user