Hello,
I am trying to write a code in Excel VBA through selenium. Following are the details from inspecting the concerned HTML element.
<input class="select2-search__field" type="search" tabindex="0" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" role="textbox">
The purpose is to automatically select the value from excel file.
I have tried several options but the code keeps giving error. Can anyone help on this.
I am trying to write a code in Excel VBA through selenium. Following are the details from inspecting the concerned HTML element.
<input class="select2-search__field" type="search" tabindex="0" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" role="textbox">
The purpose is to automatically select the value from excel file.
I have tried several options but the code keeps giving error. Can anyone help on this.