@@ -160,7 +160,7 @@ public InternetExplorerDriver(Capabilities capabilities) {
160
160
161
161
/**
162
162
* @deprecated Create an {@link InternetExplorerDriverService} and then use that to create a
163
- * {@link RemoteWebDriver(org.openqa.selenium.remote.CommandExecutor, Capabilities)} with a
163
+ * {@link RemoteWebDriver#RemoteWebDriver (org.openqa.selenium.remote.CommandExecutor, Capabilities)} with a
164
164
* {@link DriverCommandExecutor}.
165
165
*/
166
166
@ Deprecated
@@ -170,7 +170,7 @@ public InternetExplorerDriver(int port) {
170
170
171
171
/**
172
172
* @deprecated Create an {@link InternetExplorerDriverService} and then use that to create a
173
- * {@link RemoteWebDriver(org.openqa.selenium.remote.CommandExecutor, Capabilities)} with a
173
+ * {@link RemoteWebDriver#RemoteWebDriver (org.openqa.selenium.remote.CommandExecutor, Capabilities)} with a
174
174
* {@link DriverCommandExecutor}.
175
175
*/
176
176
@ Deprecated
@@ -180,7 +180,7 @@ public InternetExplorerDriver(InternetExplorerDriverService service) {
180
180
181
181
/**
182
182
* @deprecated Create an {@link InternetExplorerDriverService} and then use that to create a
183
- * {@link RemoteWebDriver(org.openqa.selenium.remote.CommandExecutor, Capabilities)} with a
183
+ * {@link RemoteWebDriver#RemoteWebDriver (org.openqa.selenium.remote.CommandExecutor, Capabilities)} with a
184
184
* {@link DriverCommandExecutor}.
185
185
*/
186
186
@ Deprecated
@@ -190,7 +190,7 @@ public InternetExplorerDriver(InternetExplorerDriverService service, Capabilitie
190
190
191
191
/**
192
192
* @deprecated Create an {@link InternetExplorerDriverService} and then use that to create a
193
- * {@link RemoteWebDriver(org.openqa.selenium.remote.CommandExecutor, Capabilities)} with a
193
+ * {@link RemoteWebDriver#RemoteWebDriver (org.openqa.selenium.remote.CommandExecutor, Capabilities)} with a
194
194
* {@link DriverCommandExecutor}.
195
195
*/
196
196
@ Deprecated
0 commit comments