Результаты поиска

  1. enrc66

    How to ensure that after "Click" , the next page loads before going to next step

    use "get url" ,compare the urls
  2. enrc66

    Error in C#

    set value to the variable in c#,to trace the error, this is my way to find the error area :(
  3. enrc66

    referer not support "https"

    o thanks ,i see
  4. enrc66

    referer not support "https"

    no proxy. look at the attachment
  5. enrc66

    referer not support "https"

    Does referer in zp5 support "Https"? https://www.google.com.hk/search?q=http%3A%2F%2Fwhatsmyuseragent.com%2F&sourceid=chrome&client=aff-cs-360chromium&ie=UTF-8
  6. enrc66

    How could resolve this problem

    :beer::D
  7. enrc66

    How could resolve this problem

    it is also the same as in the box of alert , is it the problem of my OS font?
  8. enrc66

    How could resolve this problem

    in dom there's code that not recognized how could resolve it ?
  9. enrc66

    Why can't empty value be realized?

    I see.thanks,
  10. enrc66

    ZP changing variables to lower case

    string s="abABC"; return s.ToLower();
  11. enrc66

    Why can't empty value be realized?

    string ua=project.Variables["ua"].Value; if(ua.IndexOf("MSIE")>-1)//ie { project.Variables["cpuclass"].Value="x86"; } else { project.Variables["cpuclass"].Value="test"; } instance.SetHeader("http_user_agent_cpuclass", project.Variables["cpuclass"].Value); if the browse is ie...
  12. enrc66

    Why can't empty value be realized?

    string ua=project.Variables["ua"].Value; if(ua.IndexOf("MSIE")>-1)//ie { project.Variables["cpuclass"].Value="x86"; } else { project.Variables["cpuclass"].Value=null; } instance.SetHeader("http_user_agent_cpuclass", project.Variables["cpuclass"].Value); I want to realize that if the browse is...
  13. enrc66

    an advice about zp

    in emulation action,zp have done very well, such as mouse click,keystrokes emulation,changing useragent and so on, but in some js detecting, can zp supply more real emulation information, such as "window.screentop" , I know ,it is not the attribute of ff supporting, if zp could...
  14. enrc66

    loop with fresh start and cleared cookies

    the variables not changed
  15. enrc66

    a question about zp5 post

    hi guys in zp5 ,is there the limit about length of post data, in my template ,i can post data successfully ,but ,not complete,why? in notepad++ ,the length of data to be post is 9895, is it too long???
  16. enrc66

    loop with fresh start and cleared cookies

    then reload or reset the profile
  17. enrc66

    loop with fresh start and cleared cookies

    Action Browser - Settings - Restart instance
  18. enrc66

    Google detect Zenno

    ff 16 can change,
  19. enrc66

    Google detect Zenno

    in profiledata.zpdate ,it always is <appVersion>9.80 (Windows NT 6.1; U; en) __</appVersion> it seems can't to be changed it should be "useragentappversion" in parameter?
  20. enrc66

    Filling a PDF online

    try windows-element tree- search by picture (right click)
  21. enrc66

    Filling a PDF online

    try windows-element tree-to action designer(right click)
  22. enrc66

    how to got article with enter??

    delete line by loop
  23. enrc66

    how to change the Change-Screen-Resolution-Bit-Depth

    THankS darkdiver :beer:
  24. enrc66

    how to change the Change-Screen-Resolution-Bit-Depth

    Hi guys there is a question, how to change the Screen-Resolution-Bit-Depth? I found it is 24-bits default,how to change it ,as it is 32-bits almost now. thank you !
  25. enrc66

    how to write Chinese symbols to a file?

    debug, look the varible value, make sure the var value not unablecode.
  26. enrc66

    the judgment about tab

    I see what you mean ,i have a try, thank you, in fact ,my purpose is that make the website unable to determine whethe I use bots. seo ,as well as we know:)
  27. enrc66

    how to regexp a chinese language text? or other language except the en!

    in zp3: convert string to the regular expression in zp5 how to realize? the same question,
  28. enrc66

    how to regexp a chinese language text? or other language except the en!

    i have uploaded, i dont use reg , instead of using list to realize your need, what else ,the txt file can't be ansi format, change to utf format! zp3 have the function that string to reg, I remember
  29. enrc66

    the judgment about tab

    no , there is mouse click by mouse emulation in my project, the element to be clicked is not static, and mouse emulation clicking is also needed !
  30. enrc66

    the judgment about tab

    I know the red bad end, i also have said ,it is only excute one time, can't loop until what you want.
  31. enrc66

    the judgment about tab

    I see what you mean,but ,the problem to be resolved is how to deal with the next step in project is decided by the new tab open or not, In other words, the zp (not only me) must know the new tab open or not , to deal next step by different method. (I know there is the 'bad end' in pm,but...
  32. enrc66

    the judgment about tab

    the new tab is open by mouse emulation click,or by click picture ,but ,the picture is not found correctly,
  33. enrc66

    the judgment about tab

    Hello,admin In pm .there is a problem about tab that how do we judge the new tab is open or not 。 our case is :by mouse emulation click,there will a new tab,but ,we can't judge the new tab is open correctly, otherwise we can't do next . how do you resolve this problem? thankyou
  34. enrc66

    A problem about zp5

    It has great usefull!!!!:D thanks!!!
  35. enrc66

    A problem about zp5

    and alse the base restart auto (because the icon of base in taskbar of win7 system is in hidden and display status Alternately )
  36. enrc66

    A problem about zp5

    1.max 3 threads 2.not set restart base 3.record the position of keyword in se, there are some loop, restart base? Could you tell me the condition of restarting base as usual? reaching the count of loops or anything else? thankyou
  37. enrc66

    A problem about zp5

    Dear admin: I found a problem that when the RAM of the process named "base.exe" reaching 1G ,the window of base.exe is in death ( have no response), anyone have the same problem? and how to resolve this? my pc is 8G RAM amd athlon II X4 651 CPU 2G Geforce GT 610 win7 64bit
  38. enrc66

    About http header problem

    o,i see.thankyou!!!
  39. enrc66

    About http header problem

    In zp5 ,we can set the brower profile,but how to set the detail of brower profile ,such as the accept-language,I cannot find the setting, anyone can help me ,thank you very much! the default accept-language is en,en-us, how to change it in project ?