Passing values using selenium webdriver
We are creating automation test scripts in Selenium and need help in passing values to next frame.
Test case Steps:
1. Login
2. Select value from dropdown menu
3. It open a new frame. Once we fill values and save it generates new case id.
The question is how to pass values in step 3 using selenium driver.
Thanks