Jump to content

hoangvu0905

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by hoangvu0905

  1. Sorry for the wrong comment topic. Following your instructions, I went to "about: support". And I realized that Profile is automatically created (it is at% Temp%) without activating the cache (the history is in the browser cache). I added "about: config" such an index and it worked. Thank Danp2.
  2. Sorry to bother you again. I use firefox to reopen the existing profile. However this firefox does not save my previous used browser history. Can you help me Thank you very much.
  3. I did it. I use "text": "\ uE007", "value": ["\ uE007"] I am very thankful for your enthusiasm for helping.
  4. I get an error when using ver 0.2.0.8: __WD_Post: StatusCode = 500; ResponseText = {"value": {"error": "unknown error", "message": "'value' must be a list (Session infochrome = 81.0.4044.138)", "stacktrace": "Backtrace: \ n \ tOrdinal0 [0x006D3CF0 + 867568] \ n \ tOrdinal0 [0x0067DB7D + 514941] \ n \ tOrdinal0 [0x0064B367 + 308071] \ n \ tOrdinal0 [0x00616871 + 92273] \ n \ tOrdinal0 [0x0062AE8D + 175757] \ n8 \ n \ tOrdinal0 [0x0062B111 + 176401] \ n \ tOrdinal0 [0x0063278D + 206733] \ n \ tOrdinal0 [0x0062AD2B + 175403] \ n \ tOrdinal0 [0x00613740 + 79680] \ n \ tOrdinal0 [0x00614CFC + 85244] \ 0x00614C50 + 85072] \ n \ tOrdinal0 [0x006DE62A + 910890] \ n \ tOrdinal0 [0x00688993 + 559507] \ n \ tOrdinal0 [0x00688BA3 + 560035] \ n \ tOrdinal0 [0x00688C8C + 560268] \ n \ t00 n \ tOrdinal0 [0x006887FF + 559103] \ n \ tOrdinal0 [0x0069306E + 602222] \ n \ tOrdinal0 [0x0069EA3B + 649787] \ n \ tOrdinal0 [0x0069EBA5 + 650149] \ n \ tOrdinal0 [0x0069DDA5 + 646587] +25] \ n \ tRtlGetAppContainerNamedObjectPath [0x772F7C24 + 228] \ n \ tRtlGetAppContainerNamedObjectPath [0x772F7BF4 + 180] \ n "}} Previously my value was of {"id": "<id element>", "Text": "Text", "value": ["T", "e", "x", "t"]}
  5. Hello Danp2, i have a question. Has you has ever sent the {enter} key in the element? Please show me. (I know it is related to _WD_ElementAction)
  6. It worked. I am very thankful for your help. Thank Danp2
  7. I checked as you said. Picture : I checked the file "prefs.js" in Profile. I see the parameters "marionette.port", "marionette.enabled" all match. I checked and fixed "marionette.contentListener" = true but it was still hopeless
  8. Hello, I want to open FireFox with a profile already created. I know the syntax is "-profile", "path / to / profile". This may open FireFox but cannot connect to it (Timeout after 60 seconds). I found out that it was related to port-marionette, but I could not be processed. I heard this was removed from FireFox but one of my friends did it with "Python", and I didn't share it. Looking forward to hearing from you soon. Sorry, English of me not good. I use Google Translater. Func SetupGecko() _WD_Option('Driver', 'geckodriver.exe') _WD_Option('DriverParams', '--log trace') _WD_Option('Port', 4444) $sDesiredCapabilities = '{"desiredCapabilities":{"javascriptEnabled":true,"nativeEvents":true,"acceptInsecureCerts":true,"moz:firefoxOptions":{"args":["-profile", "C:/Users/<user>/AppData/Local/Temp/rust_mozprofile.UGIMyfYbwKx0"]}}}' ; EndFunc
×
×
  • Create New...