Skip to content

Commit 6d71067

Browse files
committed
declare action
1 parent c64a433 commit 6d71067

File tree

1 file changed

+1
-0
lines changed
  • Framework/Built_In_Automation/Sequential_Actions/action_declarations

1 file changed

+1
-0
lines changed

Framework/Built_In_Automation/Sequential_Actions/action_declarations/selenium.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
{ "name": "get performance metrics", "function": "get_performance_metrics", "screenshot": "web" },
6868
{ "name": "resize window", "function": "resize_window", "screenshot": "web" },
6969
{ "name": "change attribute value", "function": "Change_Attribute_Value", "screenshot": "web" },
70+
{ "name": "capture network log", "function": "capture_network_log", "screenshot": "web" },
7071
) # yapf: disable
7172

7273
module_name = "selenium"

0 commit comments

Comments
 (0)