Simon Coen

Results 24 comments of Simon Coen

Hi @borceacristiann, thanks for submitting this issue. For `enterText` we are using the same functionality that [OPA5](https://sapui5.hana.ondemand.com/#/api/sap.ui.test.actions.EnterText) uses. So it could be an issue on their side. We will come...

I just checked it myself and the suggestions are not triggered when we use `enterText`. @hmanchev is this something you and your team could look into? Regards, Simon

I just tried to reproduce your issue. But for me it seems to work perfectly fine: ```shell npx wdio config ========================= WDIO Configuration Helper ========================= ? Where is your automation...

Hi @nair-sumesh, yes I have the `ui5` service included. I even wrote a very dumb and simplistic test and it works completely fine on my site: **steps.js** ```javascript // not...

Yes I am at `16.17.0` and in my first answer to this issue I already executed the tests with the sample code that was generated by wdio (with wdi5 in...

Hi @nair-sumesh, sorry for the late response. The chromedriver is currently outdated so I have to update the devDependencies. But what I found in your reference project is that you...

Hi @marco-paciucci, what you could try, instead of programmatically adding a token to the multi input, to interact with the control like a real user would do (that is always...

Hey @vobu and @dominikfeininger what do you think about my PoC here to remove/deprecate the wdi5 specific `url` property and only rely on the wdio `baseUrl` property in the future....

Hi Volker, great Idea! Just my two cents why I proposed this change and then it's up to the steering committee: - I often get the feedback that it is...

Hi, when it is only failing in the [headless mode](https://ui5-community.github.io/wdi5/#/recipes?id=chrome-run-headless), could you please check the window-size? If you don't define something specifically the "invisible" browser starts with a viewport of...