Spaces:
Sleeping
Sleeping
| from tools.visit_webpage import VisitWebpageTool | |
| def test_visit_webpage_tool(): | |
| url = "https://www.everyculture.com/To-Z/Tunisia.html" | |
| tool = VisitWebpageTool() | |
| page = tool(url=url) | |
| print(page) |