mLipok Posted August 22, 2023 Share Posted August 22, 2023 12 minutes ago, sergiobaiao said: Can you help? show your testing/repro code which will show us the problem. Signature beginning:* Please remember: "AutoIt"..... * Wondering who uses AutoIt and what it can be used for ? * Forum Rules ** ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Code * for other useful stuff click the following button: Spoiler Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST API * ErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 * My contribution to others projects or UDF based on others projects: * _sql.au3 UDF * POP3.au3 UDF * RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF * SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane * Useful links: * Forum Rules * Forum etiquette * Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * Wiki: * Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX IE Related: * How to use IE.au3 UDF with AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskScheduler * IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related: * How to get reference to PDF object embeded in IE * IE on Windows 11 * I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions * EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *I also encourage you to check awesome @trancexx code: * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuff * OnHungApp handler * Avoid "AutoIt Error" message box in unknown errors * HTML editor * winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/ "Homo sum; humani nil a me alienum puto" - Publius Terentius Afer"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming" , be and \\//_. Anticipating Errors : "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty." Signature last update: 2023-04-24 Link to comment Share on other sites More sharing options...
mLipok Posted August 22, 2023 Share Posted August 22, 2023 (edited) 15 minutes ago, sergiobaiao said: the user is still able to click on the "eye" and see the password delete/remove the element from DOM tree before you fullfill password <input> element Edited August 22, 2023 by mLipok Danp2 1 Signature beginning:* Please remember: "AutoIt"..... * Wondering who uses AutoIt and what it can be used for ? * Forum Rules ** ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Code * for other useful stuff click the following button: Spoiler Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST API * ErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 * My contribution to others projects or UDF based on others projects: * _sql.au3 UDF * POP3.au3 UDF * RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF * SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane * Useful links: * Forum Rules * Forum etiquette * Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * Wiki: * Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX IE Related: * How to use IE.au3 UDF with AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskScheduler * IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related: * How to get reference to PDF object embeded in IE * IE on Windows 11 * I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions * EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *I also encourage you to check awesome @trancexx code: * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuff * OnHungApp handler * Avoid "AutoIt Error" message box in unknown errors * HTML editor * winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/ "Homo sum; humani nil a me alienum puto" - Publius Terentius Afer"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming" , be and \\//_. Anticipating Errors : "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty." Signature last update: 2023-04-24 Link to comment Share on other sites More sharing options...
sergiobaiao Posted August 22, 2023 Share Posted August 22, 2023 18 minutes ago, mLipok said: show your testing/repro code which will show us the problem. #include "wd_testing_helper.au3" _Main() Func _Main() ConsoleWrite('! TESTING Line #' & @ScriptLineNumber & @CRLF) Local $bIsInitialized = Null ; initialize only one browser at once - just leave desired browser uncommented and comment out each other ;~ $bIsInitialized = _WD_Initialization('FireFox', False, False) $bIsInitialized = _WD_Initialization('Chrome', False, False) ;~ $bIsInitialized = _WD_Initialization('MSEdge', False, False) ;~ $bIsInitialized = _WD_Initialization('Opera', False, False) ;~ $bIsInitialized = _WD_Initialization('MSEdgeIE', False, False) ConsoleWrite('! TESTING Line #' & @ScriptLineNumber & @CRLF) If $bIsInitialized = Null Then Return _Example() ConsoleWrite('! TESTING Line #' & @ScriptLineNumber & @CRLF) ;_WD_CleanUp() ConsoleWrite('! TESTING Line #' & @ScriptLineNumber & @CRLF) EndFunc ;==>_Main Func _Example() Local Const $sArrayHeader = 'Absolute Identifiers > _WD_FrameEnter|Relative Identifiers > _WD_FrameEnter|FRAME attributes|URL|Body ElementID|IsHidden|MatchedElements' #Region - navigation Local $s_URL = 'https://painel.assertivasolucoes.com.br/login' ; place here website URL which you plan to automate _WD_Navigate($__g_sSession, $s_URL) If @error Then Return SetError(@error, @extended, 0) #EndRegion - navigation #Region - wait until the page has finished loading _WD_LoadWait($__g_sSession) If @error Then Return SetError(@error, @extended, 0) #EndRegion - wait until the page has finished loading #Region - wait for all frames to finish loading the page and get infromation about all frames Local $aFrameList = _WD_FrameList($__g_sSession, True, 1000, Default) If @error Then Return SetError(@error, @extended, 0) ; show all frames ;_ArrayDisplay($aFrameList, 'Frames - get frame list as array', 0, 0, Default, $sArrayHeader) #EndRegion - wait for all frames to finish loading the page and get infromation about all frames #Region - Find element by XPath Local $sXpath = '/html/body/div[3]/div[1]/div[2]/div[1]/form/div[1]/div[1]/div[1]/div/input' ; place here your XPath expression Local $aLocationOfElement1 = _WD_FrameListFindElement($__g_sSession, $_WD_LOCATOR_ByXPath, $sXpath) If @error Then Return SetError(@error, @extended, 0) ;_ArrayDisplay($aLocationOfElement1, '$aLocationOfElement1', 0, 0, Default, $sArrayHeader) Local $sElement1 = _WD_FindElement($__g_sSession, $_WD_LOCATOR_ByXPath, $sXpath) If @error Then Return SetError(@error, @extended, 0) #EndRegion - Find element by XPath #Region - Perform some actions using the element found by XPath ;_WD_ElementAction($__g_sSession, $sElement1, 'click') _WD_ElementAction($__g_sSession, $sElement1, 'value', "myuseremail@tralala.com") If @error Then Return SetError(@error, @extended, 0) #EndRegion - Perform some actions using the element found by XPath #Region - Find element by XPath Local $sXpath2 = '/html/body/div[3]/div[1]/div[2]/div[1]/form/div[1]/div[1]/div[2]/div/input' ; place here your XPath expression Local $aLocationOfElement2 = _WD_FrameListFindElement($__g_sSession, $_WD_LOCATOR_ByXPath, $sXpath2) If @error Then Return SetError(@error, @extended, 0) Local $sElement2 = _WD_FindElement($__g_sSession, $_WD_LOCATOR_ByXPath, $sXpath2) If @error Then Return SetError(@error, @extended, 0) #EndRegion - Find element by XPath #Region - Perform some actions using the element found by XPath _WD_ElementAction($__g_sSession, $sElement2, 'value', "myuserPassword") If @error Then Return SetError(@error, @extended, 0) #EndRegion - Perform some actions using the element found by XPath #Region - Find element by XPath Local $sXpath3 = '/html/body/div[3]/div[1]/div[2]/div[1]/form/div[1]/div[2]/div/button' ; place here your XPath expression Local $aLocationOfElement3 = _WD_FrameListFindElement($__g_sSession, $_WD_LOCATOR_ByXPath, $sXpath3) If @error Then Return SetError(@error, @extended, 0) Local $sElement3 = _WD_FindElement($__g_sSession, $_WD_LOCATOR_ByXPath, $sXpath3) If @error Then Return SetError(@error, @extended, 0) #EndRegion - Find element by XPath #Region - Perform some actions using the element found by XPath _WD_ElementAction($__g_sSession, $sElement3, 'click') If @error Then Return SetError(@error, @extended, 0) #EndRegion - Perform some actions using the element found by XPath EndFunc ;==>_Example Link to comment Share on other sites More sharing options...
sergiobaiao Posted August 22, 2023 Share Posted August 22, 2023 21 minutes ago, mLipok said: delete/remove the element from DOM tree before you fullfill password <input> element how can i do this?? Link to comment Share on other sites More sharing options...
Danp2 Posted August 22, 2023 Author Share Posted August 22, 2023 @sergiobaiao After you locate the target element, use _WD_ElementActionEx with the "remove" command to delete the element. Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
sergiobaiao Posted August 22, 2023 Share Posted August 22, 2023 7 minutes ago, Danp2 said: @sergiobaiao After you locate the target element, use _WD_ElementActionEx with the "remove" command to delete the element. that worked...now i only have to fix the "speed" of the form filling... Link to comment Share on other sites More sharing options...
Danp2 Posted August 22, 2023 Author Share Posted August 22, 2023 @sergiobaiao A few observations / suggestions for you -- To start with, please review the following link for the proper way to post code. Also, be sure that your code will work without modification (ie: missing _WD_Initialization) That website doesn't appear to contain any frames, so there's no need to be calling _WD_FrameList, _WD_FrameListFindElement, etc I modified your code so that it would run, but the xpaths don't match any elements Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
Danp2 Posted August 22, 2023 Author Share Posted August 22, 2023 As far as the speed issue when filling an element, you should try using _WD_SetElementValue with $_WD_OPTION_Advanced for the style. Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
mLipok Posted August 22, 2023 Share Posted August 22, 2023 (edited) Do not use _WD_FrameList... function each time you want to find, locate element. _WD_FrameList... functions should be used when you do not know how to find desired Frame, I mean only for testing, but finally should not be used in production script. _WD_FindElement is what you need in most cases, eventually _WD_FrameEnter Edited August 22, 2023 by mLipok Signature beginning:* Please remember: "AutoIt"..... * Wondering who uses AutoIt and what it can be used for ? * Forum Rules ** ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Code * for other useful stuff click the following button: Spoiler Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST API * ErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 * My contribution to others projects or UDF based on others projects: * _sql.au3 UDF * POP3.au3 UDF * RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF * SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane * Useful links: * Forum Rules * Forum etiquette * Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * Wiki: * Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX IE Related: * How to use IE.au3 UDF with AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskScheduler * IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related: * How to get reference to PDF object embeded in IE * IE on Windows 11 * I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions * EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *I also encourage you to check awesome @trancexx code: * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuff * OnHungApp handler * Avoid "AutoIt Error" message box in unknown errors * HTML editor * winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/ "Homo sum; humani nil a me alienum puto" - Publius Terentius Afer"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming" , be and \\//_. Anticipating Errors : "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty." Signature last update: 2023-04-24 Link to comment Share on other sites More sharing options...
mLipok Posted August 22, 2023 Share Posted August 22, 2023 5 hours ago, Danp2 said: _WD_FrameList, _WD_FrameListFindElemen I think that we must to do some statement in Wiki or in remarks about when to use them, and that it provide some "lag" I mean may add many concurrent sleeps, waits etc.. Signature beginning:* Please remember: "AutoIt"..... * Wondering who uses AutoIt and what it can be used for ? * Forum Rules ** ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Code * for other useful stuff click the following button: Spoiler Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST API * ErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 * My contribution to others projects or UDF based on others projects: * _sql.au3 UDF * POP3.au3 UDF * RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF * SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane * Useful links: * Forum Rules * Forum etiquette * Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * Wiki: * Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX IE Related: * How to use IE.au3 UDF with AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskScheduler * IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related: * How to get reference to PDF object embeded in IE * IE on Windows 11 * I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions * EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *I also encourage you to check awesome @trancexx code: * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuff * OnHungApp handler * Avoid "AutoIt Error" message box in unknown errors * HTML editor * winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/ "Homo sum; humani nil a me alienum puto" - Publius Terentius Afer"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming" , be and \\//_. Anticipating Errors : "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty." Signature last update: 2023-04-24 Link to comment Share on other sites More sharing options...
iSan Posted August 24, 2023 Share Posted August 24, 2023 Somethings went wrong when i update, i use Chrome. It did not show the Lastest Driver Link to comment Share on other sites More sharing options...
Danp2 Posted August 24, 2023 Author Share Posted August 24, 2023 @iSan Not much information to go on, but my crystal ball says that you need to update to a more recent version of the UDF. 🔮 Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
samibb Posted August 24, 2023 Share Posted August 24, 2023 How can I press 'ENTER' IN CHROME Local $a1 = _WD_FindElement($sSession,"xpath","/html/body/div[1]/div[5]/div/div/div/div[3]/div[3]/div/div[2]/div/div[3]/div/div[4]/div[2]/div/div/span/span/div/div[1]/div/div[2]/div/div/div[2]/span[2]/div/textarea") _WD_ElementActionEx($sSession, $a1, 'Clear') _WD_ElementActionEx($sSession, $a1, 'Active') _WD_SetElementValue($sSession,$a1, $TXT) Spoiler Link to comment Share on other sites More sharing options...
Danp2 Posted August 24, 2023 Author Share Posted August 24, 2023 16 minutes ago, samibb said: _WD_ElementActionEx($sSession, $a1, 'Clear') _WD_ElementActionEx($sSession, $a1, 'Active') Those options are valid for _WD_ElementAction, not _WD_ElementActionEx. See here for example code to press Enter. Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
samibb Posted August 24, 2023 Share Posted August 24, 2023 IT DOSE NOT WORK EMPTY Spoiler Link to comment Share on other sites More sharing options...
Danp2 Posted August 24, 2023 Author Share Posted August 24, 2023 Your screenshot isn't helpful. Also, I don't see what this has to do with your original question about how to press Enter. 🤔 P.S. You've been around these forums long enough to know the proper way to post code. Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
DoVinhTrung Posted August 27, 2023 Share Posted August 27, 2023 i can't download chromedirver _WD_UpdateDriver ==> General Error [1 / 2] : DriverCurrent = 116.0.5845.96 : DriverLatest = Link to comment Share on other sites More sharing options...
Danp2 Posted August 27, 2023 Author Share Posted August 27, 2023 @DoVinhTrung See my answer 5 posts prior to yours. Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
iSan Posted August 28, 2023 Share Posted August 28, 2023 On 8/24/2023 at 6:35 PM, Danp2 said: @iSan Not much information to go on, but my crystal ball says that you need to update to a more recent version of the UDF. 🔮 Thank you so much, i appreciate you. @DoVinhTrung Download the Lastest version on Danp2 signature Danp2 1 Link to comment Share on other sites More sharing options...
samibb Posted August 28, 2023 Share Posted August 28, 2023 @Danp2 I am using Cryptic Window so i need after i send the command press 'ENTER' to prosed it. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts