With chromdriver use I can automate a website. But what I have difficulty is to click this 3dots item at the right side. When clicking on it opens a popup menu.
Here's the images link.
https://u.pcloud.link/publink/show?code ... 1rx8HYP4Qy
Item code inspector
Code: Select all
<img ng-click="showIconsPopup(webcast, $index)" onclick="MoreIconClicked(this);" class="popupTriggerElement" src="/view/wccpro/newui/images/ic_more_vert_black_24px.svg" alt="More" title="More" style="margin:0 0 0 -5px;">
https://u.pcloud.link/publink/show?code ... f70kaExer7
Item code inspector
Code: Select all
<span class="labell">Reports</span>
Thank you!