Spaces:
Sleeping
Sleeping
File size: 211 Bytes
a90ba86 |
1 2 3 4 5 6 7 8 |
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) |