From 9d9aa5b61dc97ff30bd8469e97719660855a91bd Mon Sep 17 00:00:00 2001 From: WasiqB Date: Sat, 11 Jan 2025 22:16:21 +0300 Subject: [PATCH] docs(website): :memo: updated missing docs --- .../interfaces/listeners/elements/element-actions-listener.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/api/actions/interfaces/listeners/elements/element-actions-listener.md b/website/docs/api/actions/interfaces/listeners/elements/element-actions-listener.md index 2328786e2..7d4c821b5 100644 --- a/website/docs/api/actions/interfaces/listeners/elements/element-actions-listener.md +++ b/website/docs/api/actions/interfaces/listeners/elements/element-actions-listener.md @@ -11,6 +11,10 @@ In order inject your customized logging for your reports or you want to perform This method will get executed after clearing the value in the element located by using the provided locator. +## `onExecuteScript (script, args)` {#on-execute-script} + +This method will get executed after executing the provided script on the element with the provided arguments. + ## `onGetAttribute (locator, attribute)` {#on-get-attribute} This method will get executed after getting the given attribute in the element located by using the provided locator.