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

  1. enrc66

    how to support flash in a new create instance

    drawback, mybe is the reason of my setting
  2. enrc66

    an advise about adding method to find element by ZP_ID

    Is it possible to add a method like FindElementByZpId() to locate an Element? I know there's many method to find element,but if having a method to find element by zpid, it would be more convenient , the case: 1.Many website use iframe,in some situations ,need to know the content relative...
  3. enrc66

    professional zp change to demo suddenly

    my zp is 5.1.2,while running,it jump a window named " get auth credentials" on page of "https://userarea.zennolab.com/en/ForgetPassword.aspx", click "email your new password", receive nothing ,my email is [email protected] please help me ,thanks ! download the license that received from zp...
  4. enrc66

    How to delete a row in the table

    int c=project.Tables["Table3"].RowCount; for(int i=0;i<project.Tables["Table4"].RowCount;i++) { project.Tables["Table3"].AddRow(project.Tables["Table4"].GetRow(i)); } c=project.Tables["Table3"].RowCount...
  5. enrc66

    Internal error: Open project in zennposter

    update to 5.7,there's the error in zennoposter below: 2014-12-25 10:13:43.2999|WARN|ZennoLab.LogLibrary.InternalError|Error occured in module "Internal error: Open project" Message: "An equivalent project (a project with the same global properties and tools version) is already present in the...
  6. enrc66

    how to make these boards such as "call stack","Modules","Local variables" not appear

    how to make these boards such as "call stack","Modules","Local variables" not appear when debug in cc?
  7. enrc66

    an advice about cs file order

    the cs file in project explore order by create time by letter Will be better to find what you want open
  8. enrc66

    he.DisplacementInDocument and he.DisplacementInTabWindow

    in cc he.DisplacementInDocument always equal he.DisplacementInTabWindow please check! pm is ok
  9. enrc66

    How could resolve this problem!

    "Internal error: open project Illegal characters in path" I use nomal until yestoday, today, I open the zpproj file,there is the error above; and there's no *.cs in project explorer zp5.4.3
  10. enrc66

    in cc RemoveElement (he) ,no change

    https://help.zennolab.com/en/v5/zennoposter/5.4/webframe.html#ZennoLab.CommandCenter~ZennoLab.CommandCenter.Document~RemoveElement.html 5.1 and 5.4
  11. enrc66

    Failed to bind the file

    i in cc,why? my zp build is 5.4.3 lite
  12. enrc66

    If the previous element to a higher level, then return null.

    in my case,return the next element,why?
  13. enrc66

    The network link error

    open a website background,there's the error below in PM: Connection Interrupted The document contains no data. The network link was interrupted while negotiating a connection. Please try again. but in ff and other browser, it's normal, why??? zp5.1.2.0 , try the firefox 16 and 28 ,there's no...
  14. 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
  15. enrc66

    How could resolve this problem

    in dom there's code that not recognized how could resolve it ?
  16. 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...
  17. 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...
  18. 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???
  19. 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 !
  20. 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
  21. 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
  22. 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 ?