Я пытаюсь это:
var temp = driver.FindElement(By.XPath("name(//*[@ClassName='N_elemt'][1])"));
Но, извините, я получил эту ошибку:
invalid selector: Unable to locate an element with the xpath expression name(//*[@ClassName='N_elemt'][1]) because of the following error:
TypeError: Failed to execute 'evaluate' on 'Document': The result is not a node set, and therefore cannot be converted to the desired type.
(Session info: chrome=80.0.3987.149)