I am currently using the command
QAFExtendedWebdriver driver = getQAFDriver();
It will store current driver in “driver” object so i can access its available methods.
Now i need to create a new driver object within the current session itself to access IOSDriver specific methods.
How to create driver object for IOSDriver Class in the same session ?
So that i can access IOS Driver specific methods like ResetApp, IsAppInstalled.