Answers for "disable chrome console errors selenium"

0

disable chrome console errors selenium

# you can add this opction to the chrome driver options
options.add_experimental_option('excludeSwitches', ['enable-logging'])
Posted by: Guest on April-19-2022

Python Answers by Framework

Browse Popular Code Answers by Language