-2

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.

James Z
  • 12,209
  • 10
  • 24
  • 44

1 Answers1

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