Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/24/2019 in all areas

  1. $oNNV = _WD_FindElement($sSession, $_WD_LOCATOR_ByXPath, "//*[(text(),'Noch nicht veröffentlicht')]") the comma in text(),'Noch' is the problem , use ' = ' as u did in _WD_WaitElement
    2 points
  2. @_leo_ just type @Davidowicza code manually (don't copy&paste)
    1 point
  3. You clearly didn't read what he said: You kept the comma in your script. Change it to: $oNNV = _WD_FindElement($sSession, $_WD_LOCATOR_ByXPath, "//*[(text()='Noch nicht veröffentlicht')]")
    1 point
  4. Danp2

    Click IE object by text

    @_leo_ Your xpath isn't valid. You should try something like "//div[@class='item' and contains(text(), 'Noch nicht veröffentlicht')]"
    1 point
  5. spudw2k

    Counter - (Moved)

    Depends on how you look at / apply it. TimeInit creates a starting point and TimerDiff show the time that has passed since the starting point.
    1 point
  6. And it's not a big deal that you don't know how to code in other programming languages. That's not the issue, but you asking me to code a program in a different programming language just to prove it to you that I'm not lying about my issue is ridiculous.
    1 point
×
×
  • Create New...