I'd like to raise an issue what appears to me by recording a google-
search like this:
1. Start the recorder with base url
google.com
2. Type into the search textfield some text
3. Click the search-button
As a result the recorded test contains the text-input and the button-
click in the following order:
1. click -> next page
2. text input -> next page
But obviously this is not the correct order these actions were
performed.
Is there maybe just something wrong using the recording feature? Text-
Input and pressing enter instead of clicking the search-button
generates a proper test.
Christian