Closed DudaGod closed 10 months ago
Method switchToParentFrame is not supported in ios, so I used switchToFrame(null) which does the same thing.
switchToParentFrame
switchToFrame(null)
What is done
Method
switchToParentFrame
is not supported in ios, so I usedswitchToFrame(null)
which does the same thing.