Posts by Reuel Albuquerque • 1 point
1 post
-
0
votes3
answers1171
viewsA: Dropdown Selenium C#
You can access via classpath. Use the F12 and follow this structure here: //*[@<elemento desejado, pode ser id, name etc>='nome']<caminho ex:/tbody/tr> //*[contains(text(),'<texto que…