I wonder how to find the position of one country in CoronaVirus update list https://www.worldometers.info/coronavirus by using Chrome console
I tried: $x("count(.//*[@id='main_table_countries_today']/tbody/tr/td[1][.='Vietnam']/preceding-sibling::*)")
Anyone could give me a light here. Thanks.

