Added scrolldown in selection of ssid (#632)

Signed-off-by: goyalsaurabh06 <saurabh.goyal@candelatech.com>
This commit is contained in:
Saurabh Goyal
2022-06-22 16:51:33 +05:30
committed by anil-tegala
parent 501f6c40a6
commit e9de4e943b

View File

@@ -1389,7 +1389,7 @@ def wifi_connect(request, WifiName, WifiPass, setup_perfectoMobile, connData):
available_ssids = False
try:
for check_for_all_ssids in range(2):
for check_for_all_ssids in range(9):
available_ssids = get_all_available_ssids(driver)
try:
if WifiName not in available_ssids: