Skip to content

Commit 28bfeea

Browse files
committed
move listeners to support section
1 parent 59dc7de commit 28bfeea

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

website_and_docs/content/documentation/webdriver/drivers/listeners.en.md renamed to website_and_docs/content/documentation/webdriver/support_features/listeners.en.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
title: "Command Listeners"
33
linkTitle: "Listeners"
4-
weight: 3
4+
weight: 2
5+
aliases: [
6+
"/documentation/webdriver/drivers/listeners",
7+
]
58
---
69

710
These allow you to execute custom actions in every time specific Selenium commands are sent

website_and_docs/content/documentation/webdriver/drivers/listeners.ja.md renamed to website_and_docs/content/documentation/webdriver/support_features/listeners.ja.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
title: "Command Listeners"
33
linkTitle: "Listeners"
4-
weight: 3
4+
weight: 2
5+
aliases: [
6+
"/ja/documentation/webdriver/drivers/listeners",
7+
]
58
---
69

710
These allow you to execute custom actions in every time specific Selenium commands are sent

website_and_docs/content/documentation/webdriver/drivers/listeners.pt-br.md renamed to website_and_docs/content/documentation/webdriver/support_features/listeners.pt-br.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
title: "Command Listeners"
33
linkTitle: "Listeners"
4-
weight: 3
4+
weight: 2
5+
aliases: [
6+
"/pt-br/documentation/webdriver/drivers/listeners",
7+
]
58
---
69

710
These allow you to execute custom actions in every time specific Selenium commands are sent

website_and_docs/content/documentation/webdriver/drivers/listeners.zh-cn.md renamed to website_and_docs/content/documentation/webdriver/support_features/listeners.zh-cn.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
title: "命令监听器"
33
linkTitle: "监听器"
4-
weight: 3
4+
weight: 2
5+
aliases: [
6+
"/zh-cn/documentation/webdriver/drivers/listeners",
7+
]
58
---
69

710
允许您在每次发送特定 Selenium 命令时执行自定义操作

0 commit comments

Comments
 (0)