AttributeError: 'WebDriver' object has no attribute 'find_elements_by_id'

Iam trying to click element after i open notes app in oneplus 6t but iam getting this error why?

It got resolved now.
Iwas getting that coz appium library wan’t installed.

1 Like

oh, using robot framework. A risk every time you use a framework, it can hide the actual cause of a problem from you for longer than you really want. May want to find a way to check the installation/provisioning as part of the CI/CD to help you here.

1 Like