VBA automation in edge

Vba dev 21 Reputation points
2022-11-30T16:53:08.463+00:00

Hi... I'm trying this for a 1st time... I ve opened edge browser for a specific url using shell execute. After that how to get elements from the opened browser without using any web drivers.. pls help

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

Accepted answer
  1. Eugene Astafiev 891 Reputation points
    2022-11-30T18:47:51.057+00:00

    The ShellExecute command just launches the executable or file in its default editor. But it doesn't provide any way for managing the running applications. See Launching Applications (ShellExecute, ShellExecuteEx, SHELLEXECUTEINFO) for more information.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Vba dev 21 Reputation points
    2022-11-30T18:54:29.79+00:00

    Hi..Thanks for the response...

    How can we get elements from edge browser without any web drivers once opened.. could you pls help me

    0 comments No comments