--removekeywords all|passed|for|wuks|name:<pattern>|tag:<pattern> * Remove keyword data from all generated outputs. Keywords containing warnings are not removed except in `all` mode. all: remove data from all keywords passed: remove data only from keywords in passed test cases and suites for: remove passed iterations from for loops wuks: remove all but the last failing keyword inside `BuiltIn.Wait Until Keyword Succeeds`
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at https://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
Moi,Something like this for example:Wait Until Page Contains Element With One ScreenshotHow could I replace static keyword Page Should Contain Element as argument(s) in my keyword e.g. that I could replace Wait Until Element Is Visible with its arguments? I could make better general dynamic keyword of it.
[Arguments] ${retry} ${retry_times} ${element} ${msg}=None
: FOR ${i} IN RANGE ${retry_times}
\ ${success}= Run Keyword And Return Status Page Should Contain Element ${element}
\ Exit For Loop If ${success}
\ Sleep ${retry_times}
Run Keyword If '${success}'=='False' Run Keywords Capture Page Screenshot
... AND Fail msg=${msg}-Sami2018-03-20 16:48 GMT+02:00 Tatu Aalto <aalto...@gmail.com>:UghWould it possible to see an actual keyword where you use this type of logic?-Tatu
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at https://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
--Parhain terveisinSami SavolainenTestauskonsulttiQ-Factory Oy
--
You received this message because you are subscribed to a topic in the Google Groups "robotframework-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/robotframework-users/LQFS-B_CTBM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to robotframework-u...@googlegroups.com.