You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While attempting to record a test flow using Selenium IDE, I am encountering a "This page is not responding" error, which causes the recording session to freeze or become unresponsive. This issue occurs consistently when navigating through specific steps, making it difficult to complete the recording of the test flow.
Key Observations:
The error typically appears when interacting with elements that do not have unique identifiers.
Elements in the flow often lack an id (id="") attribute.
The affected elements generally contain a style (style="") attribute
Environment
OS: Windows 10 Pro
Selenium IDE Version: 3.17.2
Browser: Chrome
Browser Version: 130.0.6723.117
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
While attempting to record a test flow using Selenium IDE, I am encountering a "This page is not responding" error, which causes the recording session to freeze or become unresponsive. This issue occurs consistently when navigating through specific steps, making it difficult to complete the recording of the test flow.
Key Observations:
Environment
OS: Windows 10 Pro
Selenium IDE Version: 3.17.2
Browser: Chrome
Browser Version: 130.0.6723.117
The text was updated successfully, but these errors were encountered: