Daniwin82

Results 6 issues of Daniwin82

Feature request as discussed [here](https://robotframework.slack.com/archives/C3C28F9DF/p1696577918544919), please make it possible to expand/collapse the 'Test Execution Errors'-section on the log.html implementation suggestions: - commandline parameter: --expandErrors, type: bool, default: False (alternatively: type:...

enhancement
priority: low
help wanted

Hi @glitchassassin Is 0.74 deliberately not yet made available via pip? Can the OCR feature already be used, or is it still in a experimental phase? Kind regards, Daniel

Hello @glitchassassin , Hereby I would like to request a feature: findBest and waitBest like implemented in sikuli This is a very nice feature. from multiple Patterns the best match...

my code: newregion = r.grow(r.x,r.y,300,10) error: TypeError: grow() takes from 2 to 3 positional arguments but 5 were given accoring to the docs the last option of grow allows 4...

Hello, it would be really nice if mask would be supported. Is there any progress on issue #136 and #140 AttributeError: 'Pattern' object has no attribute 'mask' Kind regards, Daniel

Hello, somehow this code doesn't work. opening notepad.exe works fine, but programs from program files somehow can't be opened. Any ideas? new_var = App('"C:/Program Files/AppSense/AppSenseTrigger.exe" Start_Project') new_var.open() Daniel