Suggestions for getting Selenium to play nice with Bootstrap modal fade?

后端 未结 7 1140
[愿得一人]
[愿得一人] 2021-02-05 19:45

I\'m working to live life the BDD way. I\'m using Cucumber (with Selenium) and happen to be using Twitter Bootstrap modals in my application.

While running Cucumber tes

7条回答
  •  灰色年华
    2021-02-05 19:57

    In a selenium test case when application opens the bootstrap modal, add a pause command to ask selenium to pause for one second before interacting with content of your modal:

    Command: pause /
    Target: 1000 /
    Value: (leave empty)
    

提交回复
热议问题