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

  1. PHaRTnONu

    How to ScrollIntoView inside a UL Element That Has a Scroll Bar?

    you need to ahve teh x and y elements inside second box with focus in there... i dont see it capturing that second window....
  2. PHaRTnONu

    Bugs in new version 5.11.0.0

    yes works fine no errors
  3. PHaRTnONu

    Bugs in new version 5.11.0.0

    noticed htmlagilitypack is never in list.... idk....
  4. PHaRTnONu

    Bugs in new version 5.11.0.0

    er... so i actualy did a fresh project i dont get the same error but i get difrent ones saying line -10 some such expected error....
  5. PHaRTnONu

    Bugs in new version 5.11.0.0

    I don't know if I roll back. I'll reinstall. .7 tonight and let you know but there is nothing g I'm do I g difre t I litteraly installed and started the process notices error in the log open project maker and said wtf and opened and saw line after line of errors from trying to load html agility...
  6. PHaRTnONu

    Bugs in new version 5.11.0.0

    I did all that still have the same error. Remov3d the files removed all the references. Closed everything readded. Started a new project and it still gives the same error.... I'm completely lost here
  7. PHaRTnONu

    Bugs in new version 5.11.0.0

    did it same error..... also it was still present in old folder i removed and removed referferance, started fresh and still get the error... iev even tried starting a fresh project no luck at all
  8. PHaRTnONu

    Bugs in new version 5.11.0.0

    had no issues in old version.... new one refuses to use the html agility pack
  9. PHaRTnONu

    Read iso8859_2 file

    Solution found for you in c# HERE I also found this article HERE that i think is a better solution for you but the best solution i found is this using (System.IO.StreamReader reader = new System.IO.StreamReader(fileName...
  10. PHaRTnONu

    C# table find and replace (allot of replaces...)

    So two tables. table 1 has multiple columns I'm searching though looking for a match of any character matching from column a of table 2, if found i want to replaces the character in table 1 column what ever with the replacement value from table 2 (same row as match, but column B) i REALLY...
  11. PHaRTnONu

    Discussion - new version 5.10.7.0

    awesome!
  12. PHaRTnONu

    Discussion - new version 5.10.7.0

    So it will be the latest version when poster is v6.0?
  13. PHaRTnONu

    How to emulate right click + open page in new tab

    No it's enabled in zenno and it's a keyboard shortcut. There is a 0x key assigned for it in Windows systems. Also I checked firfox and chrome support the button
  14. PHaRTnONu

    Discussion - new version 5.10.7.0

    it just return errors when trying to parse out info when it should handle extra elements but it doesnt work :/
  15. PHaRTnONu

    Bugs in version 5.10.7.0

    I've tried to enable this emulation many ways.... LINK Emulator.SendKey(instance.ActiveTab.Handle,System.Windows.Forms.Keys.BrowserBack, KeyboardEvent.Press); this shold have worked you also have disabled cntl click...
  16. PHaRTnONu

    How to emulate right click + open page in new tab

    :( Emulator.SendKey(instance.ActiveTab.Handle,System.Windows.Forms.Keys.BrowserBack, KeyboardEvent.Press); this is a zenno bug because this should have DEFIANTLY WORKED they have it disabled in every way i can see.....
  17. PHaRTnONu

    Discussion - new version 5.10.7.0

    ? declares dont work? IE postActionNode?.InnerText ?? postAction returns erros requiring more complex code using the html agility pack....
  18. PHaRTnONu

    Discussion - new version 5.10.7.0

    im having the same issue developing ... not having the lastest version of c sharp is delaying my development too is there any way to upgrade to the latest version of c sharp in zenno?
  19. PHaRTnONu

    How to emulate right click + open page in new tab

    Doesn't shift mousewheel up do a force browser back? I know you can make s c sharp action to go backwards....
  20. PHaRTnONu

    {-Profile.Proxy-}???

    just return OK in result....
  21. PHaRTnONu

    Bugs in version 5.10.7.0

    also able to reproduce dom bug steadily by opening tab, closing page tab, fallowing actions (projects in projects), not finishing and restarting a few times (the restart button (F5) DOM and element tree mess up also right clicking doesn't work...
  22. PHaRTnONu

    {-Profile.Proxy-}???

    i want to get the proxy of the current instance profile for recaptcha issues need the proxy and user and pass... but i have no IDEA how to call this up???
  23. PHaRTnONu

    Weird DOM refreshing issue

    you closing and opening a tab of the same name. it will also make you lose the ability of right clicking to bring action designer and inspect element, i have been fighting this bug for about a year now... make a project, close page open new tab name it say ONE do some actions restart in...
  24. PHaRTnONu

    Bugs in version 5.10.7.0

    instance.ActiveTab.KeyEvent("LeftCtrl", "down", "Ctrl"); instance.ActiveTab.MouseClick(60, 200, "left", "click"); does not work.... LINK States that the microsoft site list LeftCtrl as the key, but using this empty produces a error in zenno.... so idk... anyways i tested its usage at...
  25. PHaRTnONu

    How to emulate right click + open page in new tab

    ok.... confirmed this code is not working right on this site https://javascript.info/mouse-events-basics the key event is not going foward even though dark driver said we can use https://msdn.microsoft.com/en-us/library/system.windows.input.key.aspx keys.... so im confused on how to have it cntl...
  26. PHaRTnONu

    How to emulate right click + open page in new tab

    ok did some digging.... first make sure this is not relevant LINK instance.ActiveTab.KeyEvent("LeftCtrl", "down", "Ctrl"); instance.ActiveTab.MouseClick(60, 200, "left", "click"); tthis is a cntl left click but zenno will not do it no matter what..... IDK what to tell you. here... mabytry a...
  27. PHaRTnONu

    How to emulate right click + open page in new tab

    You can emulate with a c# cntl + click. Im in bed at the moment. Its on the forms for cntl +v same principal. Look up vopy anf paste in the forms i have pasted the link before
  28. PHaRTnONu

    How to emulate right click + open page in new tab

    that js controller is denying you access to opening a new window... youneed to change the controller scripting to alow a new window to be performed....
  29. PHaRTnONu

    How to emulate right click + open page in new tab

    wont inserting the rest of the html herf into the url automaticly open a new window? heres a proof of concept and a screen shot. thats basic html a backslash will always stay in wondow a full url will force a new one <a jscontroller="I190Fe" jsaction="click:Cw5dae(preventDefault=true)...
  30. PHaRTnONu

    General question re third-party SMS services in Zenno

    twilio does not allow short code verification, i have verified this personally. call forwarding voice codes work's but short code text from like fb and others does not work at all. also fb number checks providers and see's twilio is carrier and does not allow it forward.... just fyi
  31. PHaRTnONu

    How to emulate right click + open page in new tab

    giving a sample url would be nice.
  32. PHaRTnONu

    Bugs in version 5.10.7.0

    right click bug still prevelent and recreatable as always. mainly in multi nested projects page dom and html wont refers in instance button but exist fine in the eviorment variable
  33. PHaRTnONu

    {-TimeNow.Date-} To DD-MMM-YYYY HH:MM:SS

    so my vaibleis always coming in as 15-Apr-2017 00:21:21 +0000 or what ever and i need to convert it to (or convert {-TimeNow.Date-} to somthine i can compair it too any sugestions?
  34. PHaRTnONu

    Bugs in new version 5.10.6.0

    There are only 9 emails in there....
  35. PHaRTnONu

    Bugs in new version 5.10.6.0

    i can conect to the email impa just fine and pop3 protical but the program REFUSES to take whats in the inbox, i mean i can see the messages in the mail box on the server and in mozila thunder bird but ZP refuses to see the messages
  36. PHaRTnONu

    xpath sting?

    unfortunatly no.... i can find what i need and excute them prety well my issue is in the retriacal im ending up grabbing it wrong... im ending up with like 200+ colums in my tables when i just wanted th einfo placed in 1 colum.... i want to maek one node grab all the results of the match and...
  37. PHaRTnONu

    xpath sting?

    so i need to create a string in xpath //div[contains(@class,'UFICommentContent')]; // every comment wraper //a[contains(@class,'UFICommentActorName')]; // inside wrapper poster's name for comment //span[contains(@class,'UFICommentBody')]/span; // inside wraper the post data from that...
  38. PHaRTnONu

    Scroll to element?

    every page has hyperfeed_story_id_ and you can just tell it to go to match 0 onward to scroll to the newest message on the feed. even if i load with more then one and scroll down and try using it to scrool to 0 it WILL not work. i know all about them changing tags that shouldnt matter if the...
  39. PHaRTnONu

    Scroll to element?

    Yes I understand this. But I loaded whole page 30/40+ post and told it to scroll back to post two. It did nothing. Clicking in field will bring it in view but I wanted to do a scroll into view before that action or for other reasons. Scroll by element never works... lol Clicking in field will...
  40. PHaRTnONu

    Scroll to element?

    yeh does not work with out the focusing on the text area.... tried many variation of instance.ActiveTab.WaitDownloading(); HtmlElement he11 = instance.ActiveTab.FindElementByAttribute("div", "id", "hyperfeed_story_id_*", "regex", 2); instance.WaitFieldEmulationDelay(); he11.ScrollIntoView()...
  41. PHaRTnONu

    Scroll to element?

    can you paste that in please
  42. PHaRTnONu

    Scroll to element?

    Can you link that please?
  43. PHaRTnONu

    Scroll to element?

    yeh not working..... so here is what im grabing is the id name out of the div tag's and i just want to scroll to the element.... cant seem to get this to work
  44. PHaRTnONu

    How to include/run external C# script into my project

    External assembly folder. Have 1 command exicuti the whole thing. That way you can just replace the full in external asmbly folder? Just execute all with your c#
  45. PHaRTnONu

    Scroll to element?

    It's Facebook wall thread post... I'll grab it later when I get home but this should work I hope
  46. PHaRTnONu

    Scroll to element?

    instance.ActiveTab.WaitDownloading(); HtmlElement he = instance.ActiveTab.MainDocument.FindElementByAttribute("textarea", "name", "text", "text", 0); if (!he.IsVoid) { he.ScrollIntoView(); } instance.ActiveTab.WaitDownloading(); HtmlElement he =...
  47. PHaRTnONu

    How to include/run external C# script into my project

    ???? just compile it in a dll and run the action that way you only have to update whats in the external assembly?
  48. PHaRTnONu

    Scroll to element?

    so onfocus works in action designer but when i add it to project it doesn't actual take me tot he element... i can grab the element id and place it in a zenno variable but i cant seem to get the project to scroll to the element.... any help here (c# or java would be nice if a zenno tools not...
  49. PHaRTnONu

    How to Include Master Captcha Template with Project in Project?

    as soon as i finish it so i can answer your questions if i get any
  50. PHaRTnONu

    How to debug C# code in ProjectMaker?

    here