'Unable to access elements of modal [kind of bootstrap] in Selenium javascript [closed]

I am not able to enter email and password textboxes available in below modal window....

steps:

  1. Goto https://moneybhai.moneycontrol.com/
  2. click Skip button
  3. Click Play Now button
  4. Modal window appears
  5. Enter email and password

Kindly help... since new to selenium.

Using below line to switch to frames

driver.switchTo().frame('myframe')

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source