• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Drop Down Item not getting selected in Selenium Excel VBA Code

Devendra

New Member
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.
 
Back
Top