I’m running a SAP S/4 HANA Public Cloud Instance (Fiori) about the Purchase Requisition Transaction (F229).
I’m working on Non-Regression Test with RobotFramework and the SeleniumLibrary.
I want when I click to ‘Créer’, it clicks on ‘Article’ to create my Post.
RobotFramework doesn’t detect my button ““Créer”; I tried to make a click on it, but it didn’t want to show the pop-up to click on “Article”, and RobotFramework didn’t detect it as an error.
As an user, I must click on “Créer” to access to “Article”, but Robotframework don’t want to show the submenu to click on “Article” (it closes immediately after some milliseconds). So, it cannot access it. Robotframework says SUCESS into reports, but it don’t click on it.
Ok, i might have also misunderstood your explanation
Anyway, that ui component looks like a dropdown and it might have a detection if the mouse focus is on there and once there’s a click to open the the combobox, focus goes away (i guess?), combobox closes.
I’d start by setting the focus to the main combobox element (unclear as its not visible in the image), and then using keyboard presses (up down arrow) to get to the correct element and then keyboard pressing enter to select the element..