Appearance
Test
Status: PASS (import confirmed 2026-06-30, deprecation warning present)
Commands run
bash
python -c "from langchain_community.agent_toolkits import PlayWrightBrowserToolkit; print('LangChain PlayWrightBrowserToolkit imported OK')"Package is part of langchain-community (already installed).
Actual output
<string>:1: DeprecationWarning: langchain-community is being sunset... LangChain PlayWrightBrowserToolkit imported OKNote
The deprecation warning is real: langchain-community is being sunset per upstream. The toolkit imports successfully despite the warning. Browser launch requires playwright install with browser binaries present.