Skip to content

Commit 7b1a384

Browse files
committed
docs: drop appiumpro.com references
1 parent e6f0b9f commit 7b1a384

4 files changed

Lines changed: 1 addition & 6 deletions

File tree

docs/guides/gestures.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,5 @@ measures might be applied:
5050

5151
Check the below tutorials for more details on how to build reliable action chains:
5252

53-
- [Automating Complex Gestures with the W3C Actions API](https://appiumpro.com/editions/29-automating-complex-gestures-with-the-w3c-actions-api)
5453
- [Swiping your way through Appium by Wim Selles #AppiumConf2021](https://www.youtube.com/watch?v=oAJ7jwMNFVU)
5554
- [About iOS Input Events](./input-events.md)

docs/reference/execute-methods.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,6 @@ Returns map of certificates installed on the real device. The response looks lik
470470

471471
Starts iOS system logs broadcast websocket on the same host and port where Appium server is running at `/ws/session/:sessionId:/appium/syslog` endpoint. The method will return immediately if the web socket is already listening.
472472
Each connected webcoket listener will receive syslog lines as soon as they are visible to Appium.
473-
Read [Using Mobile Execution Commands to Continuously Stream Device Logs with Appium](https://appiumpro.com/editions/55-using-mobile-execution-commands-to-continuously-stream-device-logs-with-appium) Appium Pro article for more details on this feature.
474473

475474
Consider using [logs broadcast via BiDi](./bidi.md#logentryadded) over this extension.
476475

docs/troubleshooting/element-lookup.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,7 @@ the active app:
102102
to set the preferred active application. This means that if WebDriverAgent detects multiple
103103
applications, it will attempt to automatically set the preferred application as active.
104104

105-
Check the main [Troubleshooting guide](./index.md) and/or
106-
[Switching Between iOS Apps During a Test](https://appiumpro.com/editions/13-switching-between-ios-apps-during-a-test)
107-
article for more details on how to make such elements available.
105+
Check the main [Troubleshooting guide](./index.md) for more details on how to make such elements available.
108106

109107

110108
## Test Cannot Find a Known Element

lib/commands/log.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ export async function startLogCapture(this: XCUITestDriver): Promise<boolean> {
221221
* If the websocket is already running, this command does nothing.
222222
*
223223
* Each connected websocket listener will receive syslog lines as soon as they are visible to Appium.
224-
* @see https://appiumpro.com/editions/55-using-mobile-execution-commands-to-continuously-stream-device-logs-with-appium
225224
*/
226225
export async function mobileStartLogsBroadcast(this: XCUITestDriver): Promise<void> {
227226
const pathname = WEBSOCKET_ENDPOINT(this.sessionId as string);

0 commit comments

Comments
 (0)