This domain is for use in illustrative examples in documents. You may use this domain in literature without prior coordination or asking for permission.
More information…
asyncwith setup_browser(n=1) as obj:if obj.is_valid: page = obj.pages[0]await page.goto("https://en.wikipedia.org/wiki/List_of_largest_companies_by_revenue")await page.wait() ele =await page.find_ele('//table[@class="wikitable sortable plainrowheaders jquery-tablesorter"]') print_md(await ele[0].h2md())
Breakdown by country Rank | Country | Companies
1 | United States of America | 22
2 | China | 11
3 | Germany | 4
4 | United Kingdom | 2
4 | Switzerland | 2
6 | Japan | 1
6 | France | 1
6 | Italy | 1
6 | India | 1
6 | Netherlands | 1
6 | South Korea | 1
6 | Saudi Arabia | 1
6 | Singapore | 1
6 | Taiwan | 1