findelement

  1. TwistDanceR

    Get + .FindElement(s)ByXPath

    Хочу вытащить заголовки не прибегая к браузеру. Get'ом тащу код страницы, естественно - в переменную. Вопрос ещё тупее - есть ли аналог .FindElementByXPath() помимо Regex для парсинга заголовков (h1-6) из переменной? Или все же надо писать типа string regex =...
  2. KitKat21

    How to use Variables in C# code to FindElementbyAttribute?

    Hi guys! I hope someone can help me. I'm experimenting with using variables in C# code (thanks to those kind users here who helped me use variables in the code!). I want to have random settings to emulate moving a mouse/scrolling randomly over different parts of a page to look natural. So...