I'm Trying to launch url in Edge with IE compatibility mode using robotframe work python and I'm using below code but getting this error AttributeError: 'Options' object has no attribute 'attach_to_edge_chrome' . Can some please help on this
code used:
Open Browser url ie options=ignore_zoom_level=True;attach_to_edge_chrome=True; edge_executable_path="C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe"
robotframeworkandSeleniumLibraryare you using? Which version of IE WebDriver, Edge browser and Edge WebDriver are you using?robotframework 5.0.1andSeleniumLibrary 6.0.0. Please update to the latest version and test again.