code cannot find this icon wherein i have to click it i just notice that it is within a div. here is my sample code:
findLink(By.xpath("//div[@aria-label='Dashlet Actions' and contains(@ng-click,'updateActionMenu')]")).click
please see image for further information
To click on the desired element you can use the following solution:
css
:XPath
:Note: The element is an Angular element so you have to induce ExplicitWait for the desired element to be clickable