[py][bidi]: use bidi navigate command in network tests#16251
[py][bidi]: use bidi navigate command in network tests#16251navin772 merged 3 commits intoSeleniumHQ:trunkfrom
navigate command in network tests#16251Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||||||
User description
🔗 Related Issues
💥 What does this PR do?
Fixes and enables some tests in
bidi_network_tests.pyfor chrome and edge.🔧 Implementation Notes
driver.get()(which we were doing in our tests), continue request won't work, it is working when we navigate using BiDi commands -driver.browsing_context.navigate. At the time of network PR, we didn't have the browsing context module so it was skipped.💡 Additional Considerations
🔄 Types of changes
PR Type
Tests
Description
Fix BiDi network tests by using BiDi navigate command
Switch from httpbin to postman-echo for auth testing
Remove xfail markers for Chrome and Edge tests
Diagram Walkthrough
File Walkthrough
bidi_network_tests.py
Fix BiDi network tests navigationpy/test/selenium/webdriver/common/bidi_network_tests.py
browsing_context.navigate()