René

Results 188 comments of René

@emanlove As noted in the SeleniumLibrary docs it is already now possible to open a new Window and switching to it. i implemented that some years ago and added an...

After some thoughts i would not go with `New Window` because the `New` prefix was not used at SL yet. So i would still go with `Open Window` some other...

@manykarim That info was there, but in the end of the line, so users would not see. Now we anyway do load Playwright only if needed, as a @property, therefore...

Not at directly. I remembered that it was more than one. search for those which has `None` as type hint, but no default.

A quick search results in the following you should check. - [Get Table Cell](https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html#Get%20Table%20Cell) - [Table Column Should Contain](https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html#Table%20Column%20Should%20Contain) - [Table Footer Should Contain](https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html#Table%20Footer%20Should%20Contain) - [Table Header Should Contain](https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html#Table%20Header%20Should%20Contain) -...

good question. i was initially thinking of something like `Tracing.startStep(title, options)` and `Tracing.stopStep()` not sure if `startStep` should somehow return something like an identifier. or indentation level. so that stop...

I like the idea of being similar to `console.group` api! That sounds like a good approach! I was actually thinking, that it would be more or less compatible to the...

This is an example how it could look like with Robot Framework. https://github.com/user-attachments/assets/4efcc7c8-8bb8-40e3-b08d-b69d8acb10f1 Robot Framework Browser (the Playwright library) is using Playwright NodeJS, because we started already in March 2020....

@DeeplyDiligent that is good. it first needs to be implemented here, afaik, so that Python side can adopt. so the python community has already an active demand