I don't want to use open browser built in keyword of seleniumLibrary . How can I use Webdriver.Chrome()
to launch a browser? I'm using python here.
Asked
Active
Viewed 278 times
-2
-
https://stackoverflow.com/a/23704655/6793637 – PDHide Dec 08 '20 at 02:24
1 Answers
0
create a customlibrary.py file (like so: https://www.youtube.com/watch?v=Y8pD5-SP_0c&t=133s)
type the code in
use that libary
library customlibrary.py

tijnn
- 406
- 1
- 8
- 24