diff --git a/Framework/Built_In_Automation/Sequential_Actions/action_declarations/selenium.py b/Framework/Built_In_Automation/Sequential_Actions/action_declarations/selenium.py index 6a54b6aa2..61ea3025a 100644 --- a/Framework/Built_In_Automation/Sequential_Actions/action_declarations/selenium.py +++ b/Framework/Built_In_Automation/Sequential_Actions/action_declarations/selenium.py @@ -12,7 +12,6 @@ { "name": "initialize list", "function": "Initialize_List", "screenshot": "web" }, { "name": "validate full text", "function": "Validate_Text", "screenshot": "web" }, { "name": "validate partial text", "function": "Validate_Text", "screenshot": "web" }, - { "name": "scroll", "function": "Scroll", "screenshot": "web" }, { "name": "deselect all", "function": "Select_Deselect", "screenshot": "web" }, { "name": "select by visible text", "function": "Select_Deselect", "screenshot": "web" }, { "name": "deselect by visible text", "function": "Select_Deselect", "screenshot": "web" }, @@ -43,11 +42,13 @@ { "name": "drag and drop", "function": "drag_and_drop", "screenshot": "web" }, { "name": "get element info", "function": "get_element_info", "screenshot": "web" }, { "name": "playwright", "function": "playwright", "screenshot": "web" }, + { "name": "scroll", "function": "Scroll", "screenshot": "web" }, { "name": "scroll to element", "function": "scroll_to_element", "screenshot": "web" }, + { "name": "scroll element to top", "function": "scroll_to_element", "screenshot": "web" }, + { "name": "scroll to top", "function": "scroll_to_top", "screenshot": "web" }, { "name": "if element exists", "function": "if_element_exists", "screenshot": "web" }, { "name": "click and enter text", "function": "Click_and_Text", "screenshot": "web" }, { "name": "validate url", "function": "Validate_Url", "screenshot": "web" }, - { "name": "scroll to top", "function": "scroll_to_top", "screenshot": "web" }, { "name": "switch window", "function": "switch_window", "screenshot": "web" }, { "name": "switch window or frame", "function": "switch_window_or_tab", "screenshot": "web" }, { "name": "switch window/tab", "function": "switch_window_or_tab", "screenshot": "web" },