Skip to content

Commit e907c8c

Browse files
committed
Fix bug with headless UC Mode on Linux
1 parent 7246949 commit e907c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/core/browser_launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2709,7 +2709,7 @@ def get_local_driver(
27092709
cert = "unable to get local issuer certificate"
27102710
uc_chrome_version = None
27112711
if (
2712-
use_version.isnumeric
2712+
use_version.isnumeric()
27132713
and int(use_version) >= 72
27142714
):
27152715
uc_chrome_version = int(use_version)

0 commit comments

Comments
 (0)