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

Popular posts from this blog

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -