open microsoft edge internet explorer mode with selenium

Victor Lopez Luna 1 Reputation point
2022-02-28T19:52:36.897+00:00

Macro Excell VBA open microsoft edge internet explorer mode with selenium

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,349 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. XuDong Peng-MSFT 10,741 Reputation points Microsoft Vendor
    2022-03-18T06:26:01.1+00:00

    Hi @Victor Lopez Luna ,

    I did some test and I'm afraid your needs cannot be implemented. SeleniumBasic is too old, it doesn't contain the key InternetExplorerOptions object, and even the webdriver program in it is mostly outdated, and if you want to use Internet Explorer driver to automate IE mode in Microsoft Edge, you need make sure that the version of IEDriver that you download is 4.0.0.0 or greater.

    Apparently, even the latest version (v2.0.9.0) of seleniumbasic cannot meet such a prerequisite. Therefore, it is not possible to achieve this requirement through VBA, I recommend that you can use other programming languages such as C#.

    Here is a related document with simple examples for reference: Use Internet Explorer Driver to automate IE mode in Microsoft Edge.

    Regards,
    Xudong Peng


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.