I'm new to robot framework and I'm trying to do a simple test data driven by using excel .this message is displayed
Asked
Active
Viewed 1,020 times
0

Vijay Gowtham
- 17
- 2
1 Answers
0
Your test case has name Open Browser
, and the first keyword in this test case is Open Browser
. It creates an endless loop, so RF sees that and stops it at some point.
Similar topics on SO:
and a thread on github:

pavelsaman
- 7,399
- 1
- 14
- 32