[Python] Not Implemented yet errors

Hi guys, I’m a QA at a company and I’ve been using Appium for 2 weeks and it is AWESOME!
I’ve read most of the topics here and I’m glad to see that this community is quite active :slightly_smiling:
Setting it up was easy, we’re running parallel tests on multiple real Android devices and it’s working as a charm, but I cant seem to find a way to get the page I’m currently at. I’ve tried driver.title and driver.current_url but it fails with ‘WebDriverException: Message: Not yet implemented’.

I can implement some logic to keep the current page (mobile) but that’s an overkill.

If you can guide me how can I get such information that would be appreciated.

Thanks in advance :slightly_smiling: