0

I'm new to robot framework and I'm trying to do a simple test data driven by using excel .this message is displayed enter image description here

enter image description here

1 Answers1

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.

enter image description here

Similar topics on SO:

and a thread on github:

pavelsaman
  • 7,399
  • 1
  • 14
  • 32