Hello, I’m trying to click on something in Chrome, and I can retrieve its value using “item.value,” but I can’t perform the click action using “click element.” The relevant images and XPath value are below. When I print the “item.value” value using writeline, it comes out as “Samsun Üniversitesi”.
“xpath”: “//table[@id=‘sf’]/tbody[1]”
Thanks