Skip to content

Commit 3b70890

Browse files
authored
[py] Add more network interfaces to detect lan ip (#13663)
Add more network interfaces to list which is used to get lan ip
1 parent 75dc259 commit 3b70890

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

py/test/selenium/webdriver/common/network.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ def get_lan_ip():
5454
"en2",
5555
"en3",
5656
"en4",
57+
"eno0",
58+
"eno1",
59+
"eno2",
60+
"eno3",
61+
"eno4",
5762
"wlan0",
5863
"wlan1",
5964
"wifi0",

0 commit comments

Comments
 (0)