René

Results 188 comments of René

@mkorpela @aaltat @xylix Lets decide if we want to rename and deprecate or close that issue. In general i think Markus is right. Question is it worth the "friction" ?

I descoped it from 12.4.0 because this is not an urgent issue. Maybe at the same time, we could refactor it that it can wait for multiple states to come...

@manykarim I think the reference should be done manually or it should be done by browser. So there could be a keyword `Create Reference Image .myclass > button` which then...

@manykarim so basically what you have done here: ```robotframework ${reference_screenshot_exists} Run Keyword And Return Status File Should Exist ... ${CURDIR}/reference/${pagename}_${nodeType}_${nodeName}_${id}_${className}.png IF ${reference_screenshot_exists} Take Screenshot filename=${CURDIR}/candidate/${pagename}_${nodeType}_${nodeName}_${id}_${className} ... selector=${element} Run Keyword And...

I think automated visual comparison is mostly done during Cross Browser testing. you run a test with your reference browser and store the pages screenshot. Then you run the same...

SeleniumLibrary is a dynamic library that is not yet supported. @AmailP a fix or "easy" way to implement could be, that you base your code completion on the xml format...

This could be solved by using the Language Server https://github.com/robocorp/robotframework-lsp

Hi @nizwiz Can you tell me a bit more about the use case? Because DYNAMICTESTS where introduced for Pabot and for automatic selection by code. is has not been designed...

With use case i mean in which situation are you using that and why can you not use tags or other things.