πExact Text Assertions
To make sure GPT-Driver searches for the exact text on a screen, use the syntax below
the exact text "Place your text assertion here"
Without using this syntax, GPT-Driver will still interact with the relevant element or text, even if there's a typo on the screen. It assumes the element is closely related to the keyword used in the step.
For instance, if your step says:
Check that the exact text "Your car is ready to be picked up" is visible on the screen
GPT-Driver will fail the test if the exact text isn't visible.
However, if you say:
Check that Your car is ready to be picked up is visible on the screen
GPT-Driver will tolerate slight deviations from the text before failing the test.
Last updated