Tatu Kairi
Tatu Kairi
I would like to add here a wish that custom statuses would be recorded in the `output.xml` in some way (no opinion on how exactly) that for example the RF...
For a fairly large RF project, using variables in Resources and Libraries is (in my opinion) a best practice: ``` Resource ${RESOURCE ROOT}${/}path${/}to${/}my_resource.robot Library ${LIB ROOT}${/}mylib.py ``` I personally would...
Hi @damies13 , Yes, your analysis is correct, however the default timeout is 10 seconds (as set in the method definition). This means for timeout to be zero, user needs...
@damies13 , Ok, now I wrapped my head around the bigger point behind these two issues :) Your comment really illuminated the situation I think your plan is solid: make...
This is a valid concern, but I think we would rather want to be able to explicitly tell what screen is used rather than doing something that potentially takes a...
So did the proposed workaround work for you or not?
@damies13 , `Does exist` is intended for a keyword that one can use to verify something right now. If user has a situation they might need to wait, they can...
Do notice, that the spec is meant to be working on all recognize-related keyword. In other words, given the example above, also these should work: ``` Wait for popup notification...
Not yet documented
@jlmxyz , Is it possible in your scenario to create a reference image with both the icon and some other graphical element on the page, that would then separate it...