0

I am looking through the samples and I have got solution for focusing on dom element using tab.I am trying to focus on textarea which is on site, so i had used virtual Tab key press to find that particular textarea and its working correctly. But can anyone suggest how to directly focus on textarea. I also used excuteJavascript function but its not working.

Gauri
  • 9
  • 1

1 Answers1

1

DotNetBrowser DOM API provides two methods: DOMElement.Focus() and DOMElement.Blur(). This functionality allows you to request focus on particular HTML DOM element.

Anna Dolbina
  • 1
  • 1
  • 8
  • 9