mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-10-30 10:32:26 +00:00
Added return statement for IP address
Signed-off-by: haricharan-jaka <haricharan.jaka@candelatech.com>
This commit is contained in:
@@ -1279,6 +1279,7 @@ class android_libs:
|
||||
"android.widget.TextView[2]")
|
||||
ip_address_element_text = ip_address_element_text.text
|
||||
print("IP Address:", ip_address_element_text)
|
||||
return ip_address_element_text
|
||||
|
||||
except:
|
||||
print("Unable to get IP address")
|
||||
|
||||
Reference in New Issue
Block a user