//a[starts-with(@href, ‘https://test.com/’) and ends-with(@href, ‘blog/’)]
THe above one finds blog
//a[starts-with(@href, ‘https://test.com/’)]
The above finds all ( its equalent to //a[@href,"https://test.firework.tv//"]
You can use above first syntax all endpoints except home, for home use OR
//a[@href= ‘https://test.com/en/' or @href= ‘https://test.com/lt/']
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…