Franky: Disable Wifi action is not working |
||||
Issue descriptionApp Version: 68.0.3440.56 Beta iOS Version: 10.3.3, 11.4 Device: iPhone and iPad Steps to reproduce: 1. Launch Chrome 2. Run the test case having a DisableWifi action P0 “Error Pages” Observed Results: Swipe to display the control centre is not happening Expected results: Disable wifi action should work
,
Jul 9
,
Jul 9
Can you add if there is any error log from PyCharm or appium logs? That should help get started.
,
Jul 9
*** Running Test Suite with name /Users/shbarezer/Downloads/Beta ***
>>> Starting test 1 with description Offline/Online Mode
> Assuming Appium Server is already running. NOT starting it.
*** Change the device orientation back to portrait
*** Turn Off WiFi
E
======================================================================
ERROR: testFrankySteps (__main__.FrankyTestCase)
Maps test steps to their respective action type class for execution.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/shbarezer/Desktop/GCP/Franky_iOS/franky/runner.py", line 150, in testFrankySteps
action_method(action_class(), self._driver_provider_instance, step)
File "/Users/shbarezer/Desktop/GCP/Franky_iOS/franky/actions/system.py", line 282, in DisableWiFi
self._SwitchWiFi(driver_provider, switch=False)
File "/Users/shbarezer/Desktop/GCP/Franky_iOS/franky/actions/system.py", line 419, in _SwitchWiFi
timeout_util.WAIT_FOR_PRESENCE_TIMEOUT)
File "/Users/shbarezer/Desktop/GCP/Franky_iOS/franky/actions/element.py", line 229, in GetElementBySeleniumLocator
' could not be found' % (by, path))
NoElementFoundError: Element located by id and path wifi-button could not be found
----------------------------------------------------------------------
Ran 1 test in 36.630s
FAILED (errors=1)
Process finished with exit code 0
,
Dec 17
|
||||
►
Sign in to add a comment |
||||
Comment 1 by shbarezer@chromium.org
, Jul 9