Skip to content

Commit c47caae

Browse files
Removed unwanted file that got included.
1 parent be9cbbf commit c47caae

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Framework/Built_In_Automation/Web/Selenium/BuiltInFunctions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3467,6 +3467,7 @@ def open_new_tab(step_data):
34673467

34683468
@logger
34693469
def switch_window_or_tab(step_data):
3470+
34703471
"""
34713472
This action will switch tab/window in browser using Selenium or Playwright (via CDP) based on the 'playwright' flag.
34723473
Example 1:

tests/test_switch_tab.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
from Framework.Built_In_Automation.Web.Selenium.BuiltInFunctions import switch_window_or_tab
2222

2323

24+
2425
@pytest.fixture
2526
def mock_step_data_title():
2627
"""Fixture for step data with window title"""

0 commit comments

Comments
 (0)