Webdriver - waits not working in Firefox

后端 未结 1 793
名媛妹妹
名媛妹妹 2021-01-29 09:26

In my application, I have an element for records displayed on the screen. So on the first page, it will say something like \"displaying 1-10 of 2100\". This is the CSS for that

相关标签:
1条回答
  • 2021-01-29 10:28

    I have no idea why this fixed the issue, but here is what I did. I just changed the timeout from 30 to 45 and everything worked fine. In Firefox, the page loads in a second, so I don't know why it was timing out after 30. Anyway, changing to 45 fixed the issue in Firefox.

    0 讨论(0)
提交回复
热议问题