Closed supercena closed 3 months ago
refer to https://tagui.readthedocs.io/en/latest/reference.html?highlight=present#present
present()
Same as exist() except that it does not wait until the timeout and immediately returns true or false. Note that the identifier is surrounded by quotes. Can use DOM, XPath, Image identifiers.
Examples
if present('//table') click button1
difference between present() and exist()?