1
00:00:00,210 --> 00:00:05,340
This is going to be a very, very short video where we're going to talk about what if we need to use

2
00:00:05,340 --> 00:00:09,150
a Chrome browser instead of the chromium browser that we're always using for.

3
00:00:09,180 --> 00:00:14,030
Remember, every time while the project starts is going to start a chromium browser.

4
00:00:14,040 --> 00:00:16,220
So that's how it actually works.

5
00:00:16,500 --> 00:00:21,240
But if I want to actually launch instead of the chromium browser, I want to launch a Chrome browser,

6
00:00:21,240 --> 00:00:23,370
which is nothing but this browser, which I'm currently using.

7
00:00:23,670 --> 00:00:26,310
So if I want to do that, how do I do that?

8
00:00:26,640 --> 00:00:32,250
So that is another question which may incur, and that is something which is required even for our future

9
00:00:32,250 --> 00:00:35,460
automation like how you do that, that is very, very easy.

10
00:00:35,610 --> 00:00:41,640
If you remember in the chromium dot launch, there is an option where you can set the executable part

11
00:00:41,820 --> 00:00:45,270
that you can specify which browser that you want to use.

12
00:00:45,300 --> 00:00:48,440
So that is also something that you can do at the moment.

13
00:00:48,720 --> 00:00:56,160
So if I just try to come up with this bigger piece of code, probably, and if I try to put a breakpoint

14
00:00:56,160 --> 00:01:03,920
in here and I'm going to run this test on a debug mode and also the headless false discon.

15
00:01:05,080 --> 00:01:06,920
Make sure it is visible as well.

16
00:01:08,580 --> 00:01:12,750
I'm going to come underscored discord like PDF code and.

17
00:01:13,900 --> 00:01:16,810
If I just run and debug more this time.

18
00:01:20,030 --> 00:01:24,530
So once the browsers open, you can see that this is basically a chromium browser, it's not a Chrome

19
00:01:24,530 --> 00:01:28,890
browser, basically the one that is running at the moment is a chromium browser.

20
00:01:29,540 --> 00:01:30,010
This guy.

21
00:01:30,410 --> 00:01:36,290
Yeah, but now I want to run this particular test on a Chrome browser like my own Chrome browser, which

22
00:01:36,290 --> 00:01:40,930
is a full blown chrome Rothamsted running in my machine, which is nothing but this guy.

23
00:01:41,330 --> 00:01:42,980
And if you see.

24
00:01:44,370 --> 00:01:48,220
About so it is an 87 version and things of that nature.

25
00:01:48,320 --> 00:01:50,610
Yeah, I won't run the test on this browser.

26
00:01:50,910 --> 00:01:56,310
So if I want to do that, I can specify the executable part of the Chrome browser and then I can run

27
00:01:56,310 --> 00:02:02,340
as well, which is also another cool thing that you can actually do and see how you can achieve that.

28
00:02:02,370 --> 00:02:08,330
So for doing that, I'm actually going to copy paste the part of the Chrome browser.

29
00:02:08,490 --> 00:02:10,680
I mean, in the Mac, this is how you should be doing.

30
00:02:10,680 --> 00:02:18,300
But in Windows you can directly copy paste the Cromvoirt XY pop of your program files and then you can

31
00:02:18,300 --> 00:02:19,050
run it from there.

32
00:02:19,170 --> 00:02:24,500
So this is another cool thing that you can do exactly which browser you want to do.

33
00:02:24,570 --> 00:02:30,660
So now if I try to run this test on a debug mode, you can see that this is running on a Chrome browser

34
00:02:30,660 --> 00:02:36,210
this time instead of the chromium browser, which is nothing but our version number eighty seven browser.

35
00:02:36,530 --> 00:02:42,030
So this is another cool thing that you can do because sometimes the test may run on the Chrome browser,

36
00:02:42,900 --> 00:02:45,670
but not on the chromium browser or the vice versa.

37
00:02:45,900 --> 00:02:50,250
I mean, there are very, very highly unlikely chance that this is going to happen.

38
00:02:50,460 --> 00:02:53,760
But if there is some situation, you could use this option.
