We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35de299 commit 3b8fb78Copy full SHA for 3b8fb78
docs/visual-testing/integrations/python.md
@@ -123,10 +123,8 @@ We recommend creating a helper class / function within your framework of choice
123
124
```python
125
session_id = 'YOUR_SESSION_ID' # Get your Selenium session ID from your framework
126
-meta = client.get_selenium_metadata(session_id)
127
client.create_snapshot_from_webdriver(
128
name="Snapshot Name",
129
- meta=meta,
130
session_id=session_id,
131
# Other optional items to customize your snapshots / associate them with the current test run
132
# test_name="TEST_NAME_FROM_YOUR_FRAMEWORK",
0 commit comments