Connect to an existing browser in selenium with C# | Debug automation scripts | Chrome debug mode

preview_player
Показать описание
In this video I am gonna discuss how you can connect to an existing instance of chrome browser running in debug mode.

This comes handy when we have to debug our scripts, but we don't want to run all the steps of a test case to bring it to the breakpoint. Because running all the steps again can take a lot of time.

So let's move inside the video to get more details.

**************Please comment in case of any query*************

Please watch below video as well -

Рекомендации по теме
Комментарии
Автор

Thanks! I didn't know that '--user-data-dir' option is so important

Thenkde
Автор

Can you create video on passing the url I am getting an error as an argument is null while ryun test case

supriyaphule
Автор

Hi, can you please do same video for edge browser?

akhila
Автор

How to do the same with InternetExplorerDriver or EdgeDriver?

pardalrocha