问题
Can it be possible in karate to scroll till the end of a dynamic page I tried using scroll and wait but it's not working?
回答1:
It may be tricky for a dynamic page. I suggest you look into using JS. Refer this answer for ideas: https://stackoverflow.com/a/60800181/143475
If you provide a live example, we can investigate more, or follow this process: https://github.com/intuit/karate/tree/develop/examples/ui-test
来源:https://stackoverflow.com/questions/63148346/karate-ui-scroll-till-the-end-of-dynamic-page