I want to delete a user from a list that ID's and rows change dynamically using Selenium in C# -
i in web page names , have users name test user99. want use selenium webdriver/c# command find user , click delete button next him. there id's generated dynamically , user , button have different id's , cells. row different each time.
sounds use xpath find user name , walk dom delete button, without html, cannot provide concrete answer
Comments
Post a Comment