Skip to content

Commit

Permalink
python
Browse files Browse the repository at this point in the history
  • Loading branch information
ebekebe committed Dec 9, 2024
1 parent dce5b1b commit d6658fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions visual-python/src/saucelabs_visual/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ def create_snapshot_from_webdriver(
$testName: String,
$suiteName: String,
$captureDom: Boolean,
$clipSelector: String,
$clipElement: WebdriverElementID,
$ignoreRegions: [RegionIn!],
$ignoreElements: [ElementIn!],
Expand All @@ -272,7 +271,6 @@ def create_snapshot_from_webdriver(
testName: $testName,
suiteName: $suiteName,
captureDom: $captureDom,
clipSelector: $clipSelector,
clipElement: $clipElement,
ignoreRegions: $ignoreRegions,
ignoreElements: $ignoreElements,
Expand All @@ -299,7 +297,6 @@ def create_snapshot_from_webdriver(
"testName": test_name,
"suiteName": suite_name,
"captureDom": capture_dom if capture_dom is not None else self.capture_dom,
"clipSelector": clip_selector,
"clipElement": clip_element.id if clip_element is not None else None,
"ignoreRegions": [
asdict(region) for region in ignore_regions
Expand Down

0 comments on commit d6658fe

Please sign in to comment.