Good day!
As part of the task of remaking the Selenium script, there was a problem with replacing the x-path locator with a css locator . I would be grateful if someone more experienced will tell you how to get from xpath-locator of the form
xpath=//div/div[ @id ="mLoc"][a/@href="go.htm"]
css locator That is, it is necessary to select all div elements with the id = "mLoc" attribute that have an embedded element a with the href = "go.htm" attribute, which are child elements of other div elements.