Relative Content

Tag Archive for c#selenium-webdriver

How to access new table row if it appears anywhere randomly in Selenium C#?

I am trying to figure out how to find the new table row after a file get uploaded. The issue is that there is no identifier for the new table row as it can appear anywhere in the table. I don’t know how to approach this in selenium so is there a way to find the new table row from the file that got uploaded?

How to do an assertion through elements in an Ilist?

I am trying to assert a text from the string texttoassert to see if it matches the text from the IList status specifically. I don’t know how to assert as in I go to the URL to assert it from there. Here is the code.

Function Hangs Indefinitely (Selenium Web Driver, C#)

I am making a script that scrapes some data off a website. But My web is hanging indefinitely and VS doesnt throw any error or end the test at all. It just hangs forever. I dont see which part of the code its causing the hang, I am so confused.