Comments for Set Selector Prefix

Topic for comments about Browser library keyword Set Selector Prefix

Hi, René
when i am trying to convert python code below into robotframework scripts, it troubles me that i cannot select the iframe and use ‘get element by’ placeholder afterwards. Any suggestions?

page.frame_locator("iframe[name='"iframe_1\"]").get_by_palceholder("input serial number").click

Thankyou!

page.frame_locator("iframe[name='\"iframe_1\"]").get_by_palceholder("input serial number").click

Sorry that i am missing one '' in my code.

did you resolve the problems? I met the same issue.