Matteo-Salv / Thesis

0 stars 0 forks source link

la lista contenente il nome degli elementi con cui interagire nel modulo Appium apparentemente contiene anche oggetti di tipo 'NoneType' #1

Closed Matteo-Salv closed 2 years ago

Matteo-Salv commented 2 years ago

Process Process-1: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/Users/matteo/PycharmProjects/Thesis/AppiumTest.py", line 29, in findElements print("interagisco con " + accessibleElements[i]) TypeError: can only concatenate str (not "NoneType") to str