We are creating CefSharp browser to automate testing for any website.
for that, user can interact with the website and we can capture all form fill-up and store it.
Please help me to find solution to get the element(button, textbox, dropdown, checkbox, radio i.e form elements) values once user interacted with it.
I’ve tried IKeyboardHandler, but in this we’re getting the position where the things happened for key press events (specially for textbox).
Bhavik Gabani is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1