I only want to show rank 1 pokemon. i am able to replace combobox with my code. but rank 1 pokemon are not coming. How should I solve this? I am using htmlagilitypack, cefsharp and vb.net. this is the code i use
_browser.EvaluateScriptAsync("(function() { return document.getElementsByClassName('form-control col-3 col-sm-2')[1].selectedIndex = '1';})();")
The content of the combobox changes but does not affect the page. I couldn't figure out what to do. I tried all the codes. but dont work.

i want only rank 1 pokemons (#1)
