MCPcopy
hub / github.com/reflex-dev/reflex / progress_dicts

Function progress_dicts

tests/integration/test_upload.py:475–484  ·  view source on GitHub ↗

For retrieving the list of progress dictionary elements. Args: driver: WebDriver instance Returns: A callable that returns the list of progress dictionary elements.

(driver: WebDriver)

Source from the content-addressed store, hash-verified

473
474@pytest.fixture
475def progress_dicts(driver: WebDriver) -> Callable[[], list[WebElement]]:
476 """For retrieving the list of progress dictionary elements.
477
478 Args:
479 driver: WebDriver instance
480
481 Returns:
482 A callable that returns the list of progress dictionary elements.
483 """
484 return _wrap_find_elements_by_xpath(driver, "//*[@id='progress_dicts']/p")
485
486
487@pytest.fixture

Callers 2

test_upload_fileFunction · 0.85
test_cancel_uploadFunction · 0.85

Calls 1

Tested by

no test coverage detected