Problems with the selector not finding the elements properly when working with uipath in chrome on a web page created with iframe

  1. I’m working on several things as Foreachrow, so I have to treat the Title part as *.
    It worked properly when working with IE.
    But when I work with Chrome, uipath can’t find this element.

element

Check if there is a writing button on this board (element exist)

Click the Write button
(click element)

Screen clicked on Element Selector
selector1

On the screen above, ‘*’ was processed because the title is different for each bulletin board.

selector2

When I did this, it worked exactly on IE.
Chrome has a problem where you can’t find the element.

Working with IE is not an option, so I want to find a solution.
can i ask for this problem?