Skip to content

Commit 3b8fb78

Browse files
author
Logan Graham
committed
remove need to handle / deal with metadata
1 parent 35de299 commit 3b8fb78

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/visual-testing/integrations/python.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,8 @@ We recommend creating a helper class / function within your framework of choice
123123

124124
```python
125125
session_id = 'YOUR_SESSION_ID' # Get your Selenium session ID from your framework
126-
meta = client.get_selenium_metadata(session_id)
127126
client.create_snapshot_from_webdriver(
128127
name="Snapshot Name",
129-
meta=meta,
130128
session_id=session_id,
131129
# Other optional items to customize your snapshots / associate them with the current test run
132130
# test_name="TEST_NAME_FROM_YOUR_FRAMEWORK",

0 commit comments

Comments
 (0)