Skip to content

Commit

Permalink
remove need to handle / deal with metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan Graham committed Apr 8, 2024
1 parent 35de299 commit 3b8fb78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/visual-testing/integrations/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,8 @@ We recommend creating a helper class / function within your framework of choice

```python
session_id = 'YOUR_SESSION_ID' # Get your Selenium session ID from your framework
meta = client.get_selenium_metadata(session_id)
client.create_snapshot_from_webdriver(
name="Snapshot Name",
meta=meta,
session_id=session_id,
# Other optional items to customize your snapshots / associate them with the current test run
# test_name="TEST_NAME_FROM_YOUR_FRAMEWORK",
Expand Down

0 comments on commit 3b8fb78

Please sign in to comment.