mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-10-31 19:08:01 +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]")
|
"android.widget.TextView[2]")
|
||||||
ip_address_element_text = ip_address_element_text.text
|
ip_address_element_text = ip_address_element_text.text
|
||||||
print("IP Address:", ip_address_element_text)
|
print("IP Address:", ip_address_element_text)
|
||||||
|
return ip_address_element_text
|
||||||
|
|
||||||
except:
|
except:
|
||||||
print("Unable to get IP address")
|
print("Unable to get IP address")
|
||||||
|
|||||||
Reference in New Issue
Block a user