App Version: 69.0.3494.0 canary
iOS Version: 10.3.3, 11.4
Device: iPhone, iPad
Steps to reproduce:
Run below franky test case -
P0 Canary : Clear Cookies/Clear All
Observed Result :
Clear browsing data action fails
Error:
======================================================================
ERROR: testFrankySteps (__main__.FrankyTestCase)
Maps test steps to their respective action type class for execution.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/rakurati/Franky_iOS/franky/runner.py", line 152, in testFrankySteps
action_method(action_class(), self._driver_provider_instance, step)
File "/Users/rakurati/Franky_iOS/franky/actions/settings.py", line 262, in ClearBrowsingData
driver_provider, 'Confirm Clear Browsing Data')
File "/Users/rakurati/Franky_iOS/franky/actions/tap.py", line 145, in TapOnElementByID
self.TapUsingLocator(driver_provider, step_module.ID, path, timeout)
File "/Users/rakurati/Franky_iOS/franky/actions/tap.py", line 127, in TapUsingLocator
driver_provider, by, path, timeout)
File "/Users/rakurati/Franky_iOS/franky/actions/element.py", line 229, in GetElementBySeleniumLocator
' could not be found' % (by, path))
NoElementFoundError: Element located by id and path Confirm Clear Browsing Data could not be found
Comment 1 by srikanthg@chromium.org
, Sep 11Status: Duplicate (was: Assigned)