From bc415515e56bf9afc4a4298e062b020e6a766345 Mon Sep 17 00:00:00 2001 From: Ritika Saboo Date: Mon, 16 Dec 2019 23:46:43 +0530 Subject: [PATCH] seleniumLibrary new commit --- atest/acceptance/keywords/frames.robot | 3 + atest/acceptance/keywords/log.html | 2125 ++++++++++++++ atest/acceptance/keywords/output.xml | 213 ++ atest/acceptance/keywords/report.html | 2431 +++++++++++++++++ atest/acceptance/windows.robot | 9 +- atest/debug.log | 93 + debug.log | 756 +++++ geckodriver.log | 20 + src/SeleniumLibrary/base/context.py | 12 +- src/SeleniumLibrary/keywords/element.py | 12 +- src/SeleniumLibrary/keywords/frames.py | 18 +- src/SeleniumLibrary/keywords/waiting.py | 9 +- ...Documentation.test_create_toc.received.txt | 365 +++ ...cumentation.test_many_plugins.received.txt | 398 +++ ...uginDocumentation.test_no_doc.received.txt | 370 +++ ...on.test_parse_plugin_init_doc.received.txt | 17 + ...tion.test_parse_plugin_kw_doc.received.txt | 36 + ...tion.test_parse_plugin_no_doc.received.txt | 370 +++ ...racters.test_normal_file_path.received.txt | 11 + ...ordsPessKeys.test_convert_key.received.txt | 6 + ...wordsPessKeys.test_parse_keys.received.txt | 14 + ...sKeys.test_parse_keys_aliases.received.txt | 7 + ...rdsPessKeys.test_separate_key.received.txt | 11 + ...rsingTests.test_single_method.received.txt | 8 + ...sTest.test_check_marker_error.received.txt | 24 + ...iptKeywordsTest.test_indexing.received.txt | 17 + ...t.test_separate_code_and_args.received.txt | 17 + ...rser.test_create_with_android.received.txt | 3 + ...tions_parser.test_get_options.received.txt | 3 + ..._options_parser.test_importer.received.txt | 15 + ...ns_parser.test_options_create.received.txt | 9 + ...ser.test_parse_options_string.received.txt | 20 + ...t_parse_options_string_errors.received.txt | 9 + ...ons_parser.test_split_options.received.txt | 8 + 34 files changed, 7413 insertions(+), 26 deletions(-) create mode 100644 atest/acceptance/keywords/log.html create mode 100644 atest/acceptance/keywords/output.xml create mode 100644 atest/acceptance/keywords/report.html create mode 100644 atest/debug.log create mode 100644 debug.log create mode 100644 geckodriver.log create mode 100644 utest/test/api/approved_files/PluginDocumentation.test_create_toc.received.txt create mode 100644 utest/test/api/approved_files/PluginDocumentation.test_many_plugins.received.txt create mode 100644 utest/test/api/approved_files/PluginDocumentation.test_no_doc.received.txt create mode 100644 utest/test/api/approved_files/PluginDocumentation.test_parse_plugin_init_doc.received.txt create mode 100644 utest/test/api/approved_files/PluginDocumentation.test_parse_plugin_kw_doc.received.txt create mode 100644 utest/test/api/approved_files/PluginDocumentation.test_parse_plugin_no_doc.received.txt create mode 100644 utest/test/api/approved_files/test_filepath_unusual_characters.test_normal_file_path.received.txt create mode 100644 utest/test/keywords/approved_files/ElementKeywordsPessKeys.test_convert_key.received.txt create mode 100644 utest/test/keywords/approved_files/ElementKeywordsPessKeys.test_parse_keys.received.txt create mode 100644 utest/test/keywords/approved_files/ElementKeywordsPessKeys.test_parse_keys_aliases.received.txt create mode 100644 utest/test/keywords/approved_files/ElementKeywordsPessKeys.test_separate_key.received.txt create mode 100644 utest/test/keywords/approved_files/FireFoxProfileParsingTests.test_single_method.received.txt create mode 100644 utest/test/keywords/approved_files/JavaScriptKeywordsTest.test_check_marker_error.received.txt create mode 100644 utest/test/keywords/approved_files/JavaScriptKeywordsTest.test_indexing.received.txt create mode 100644 utest/test/keywords/approved_files/JavaScriptKeywordsTest.test_separate_code_and_args.received.txt create mode 100644 utest/test/keywords/approved_files/test_selenium_options_parser.test_create_with_android.received.txt create mode 100644 utest/test/keywords/approved_files/test_selenium_options_parser.test_get_options.received.txt create mode 100644 utest/test/keywords/approved_files/test_selenium_options_parser.test_importer.received.txt create mode 100644 utest/test/keywords/approved_files/test_selenium_options_parser.test_options_create.received.txt create mode 100644 utest/test/keywords/approved_files/test_selenium_options_parser.test_parse_options_string.received.txt create mode 100644 utest/test/keywords/approved_files/test_selenium_options_parser.test_parse_options_string_errors.received.txt create mode 100644 utest/test/keywords/approved_files/test_selenium_options_parser.test_split_options.received.txt diff --git a/atest/acceptance/keywords/frames.robot b/atest/acceptance/keywords/frames.robot index 2cbb0b73e..218362b7d 100644 --- a/atest/acceptance/keywords/frames.robot +++ b/atest/acceptance/keywords/frames.robot @@ -38,6 +38,7 @@ Select And Unselect Frame Click Link foo Unselect Frame Select Frame right + Sleep 1s Current Frame Should Contain You're looking at foo. Select And Unselect Frame should also work with iframes @@ -48,6 +49,8 @@ Select And Unselect Frame should also work with iframes Select Frame right Current Frame Should Contain You're looking at foo. + + Select Frame with non-unique name attribute [Setup] Go To Page "frames/poorlynamedframe.html" Run Keyword And Expect Error NoSuchFrameException* Select Frame left diff --git a/atest/acceptance/keywords/log.html b/atest/acceptance/keywords/log.html new file mode 100644 index 000000000..4fbde681c --- /dev/null +++ b/atest/acceptance/keywords/log.html @@ -0,0 +1,2125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Opening Robot Framework log failed

+ +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/atest/acceptance/keywords/output.xml b/atest/acceptance/keywords/output.xml new file mode 100644 index 000000000..7796be4be --- /dev/null +++ b/atest/acceptance/keywords/output.xml @@ -0,0 +1,213 @@ + + + + + +Goes to page + + +${ROOT}/${relative url} + +No keyword with name 'Go To' found. + + + + + +No keyword with name 'UnSelect Frame' found. +No keyword with name 'UnSelect Frame' found. + +Setup failed: +No keyword with name 'Go To' found. + +Also teardown failed: +No keyword with name 'UnSelect Frame' found. + + + +Goes to page + + +${ROOT}/${relative url} + +No keyword with name 'Go To' found. + + + + + +No keyword with name 'UnSelect Frame' found. +No keyword with name 'UnSelect Frame' found. + +Setup failed: +No keyword with name 'Go To' found. + +Also teardown failed: +No keyword with name 'UnSelect Frame' found. + + + +Goes to page + + +${ROOT}/${relative url} + +No keyword with name 'Go To' found. + + + + + +No keyword with name 'UnSelect Frame' found. +No keyword with name 'UnSelect Frame' found. + +Setup failed: +No keyword with name 'Go To' found. + +Also teardown failed: +No keyword with name 'UnSelect Frame' found. + + + +Goes to page + + +${ROOT}/${relative url} + +No keyword with name 'Go To' found. + + + + + +No keyword with name 'UnSelect Frame' found. +No keyword with name 'UnSelect Frame' found. + +Setup failed: +No keyword with name 'Go To' found. + +Also teardown failed: +No keyword with name 'UnSelect Frame' found. + + + +Goes to page + + +${ROOT}/${relative url} + +No keyword with name 'Go To' found. + + + + + +No keyword with name 'UnSelect Frame' found. +No keyword with name 'UnSelect Frame' found. + +Setup failed: +No keyword with name 'Go To' found. + +Also teardown failed: +No keyword with name 'UnSelect Frame' found. + + + +Goes to page + + +${ROOT}/${relative url} + +No keyword with name 'Go To' found. + + + + + +No keyword with name 'UnSelect Frame' found. +No keyword with name 'UnSelect Frame' found. + +Setup failed: +No keyword with name 'Go To' found. + +Also teardown failed: +No keyword with name 'UnSelect Frame' found. + + + +Goes to page + + +${ROOT}/${relative url} + +No keyword with name 'Go To' found. + + + + + +No keyword with name 'UnSelect Frame' found. +No keyword with name 'UnSelect Frame' found. + +LOG 2 Selecting frame 'left'. +Setup failed: +No keyword with name 'Go To' found. + +Also teardown failed: +No keyword with name 'UnSelect Frame' found. + + + +Goes to page + + +${ROOT}/${relative url} + +No keyword with name 'Go To' found. + + + + + +No keyword with name 'UnSelect Frame' found. +No keyword with name 'UnSelect Frame' found. + +Setup failed: +No keyword with name 'Go To' found. + +Also teardown failed: +No keyword with name 'UnSelect Frame' found. + +Tests frames + + + + +Critical Tests +All Tests + + + + +Frames + + + +Error in file 'C:\Users\risaboo\AppData\Local\Continuum\anaconda3\Lib\site-packages\SeleniumLibrary-master\atest\acceptance\resource.robot': Importing test library 'SeleniumLibrary' failed: SyntaxError: non-default argument follows default argument (element.py, line 112) +Traceback (most recent call last): + File "c:\users\risaboo\appdata\local\continuum\anaconda3\lib\site-packages\SeleniumLibrary\__init__.py", line 27, in <module> + from SeleniumLibrary.keywords import (AlertKeywords, + File "c:\users\risaboo\appdata\local\continuum\anaconda3\lib\site-packages\SeleniumLibrary\keywords\__init__.py", line 20, in <module> + from .element import ElementKeywords +PYTHONPATH: + C:\Users\risaboo\AppData\Local\Continuum\anaconda3\Scripts\robot.exe + c:\users\risaboo\appdata\local\continuum\anaconda3\python37.zip + c:\users\risaboo\appdata\local\continuum\anaconda3\DLLs + c:\users\risaboo\appdata\local\continuum\anaconda3\lib + c:\users\risaboo\appdata\local\continuum\anaconda3 + c:\users\risaboo\appdata\local\continuum\anaconda3\lib\site-packages + c:\users\risaboo\appdata\local\continuum\anaconda3\lib\site-packages\win32 + c:\users\risaboo\appdata\local\continuum\anaconda3\lib\site-packages\win32\lib + c:\users\risaboo\appdata\local\continuum\anaconda3\lib\site-packages\Pythonwin + + diff --git a/atest/acceptance/keywords/report.html b/atest/acceptance/keywords/report.html new file mode 100644 index 000000000..d03f523dc --- /dev/null +++ b/atest/acceptance/keywords/report.html @@ -0,0 +1,2431 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Opening Robot Framework report failed

+ +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/atest/acceptance/windows.robot b/atest/acceptance/windows.robot index 35a576b8c..49417054d 100644 --- a/atest/acceptance/windows.robot +++ b/atest/acceptance/windows.robot @@ -63,17 +63,18 @@ Get Window Identifiers Get and Set Window Size [Tags] Known Issue Internet Explorer Known Issue Safari - Set Window Size ${600} ${800} + Set Window Size ${600} ${738} + Sleep 2s ${width} ${height}= Get Window Size Should Be Equal ${width} ${600} - Should Be Equal ${height} ${800} + Should Be Equal ${height} ${738} Set Window Size using strings [Tags] Known Issue Internet Explorer Known Issue Safari - Set Window Size 600 800 + Set Window Size 600 738 ${width} ${height}= Get Window Size Should Be Equal ${width} ${600} - Should Be Equal ${height} ${800} + Should Be Equal ${height} ${738} Get and Set Inner Window Size Set Window Size ${800} ${600} ${True} diff --git a/atest/debug.log b/atest/debug.log new file mode 100644 index 000000000..5340c947c --- /dev/null +++ b/atest/debug.log @@ -0,0 +1,93 @@ +[1214/202403.052:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir2480_1814367507\Crashpad: The system cannot find the file specified. (0x2) +[1216/181101.516:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir33988_252768453\Crashpad: The system cannot find the file specified. (0x2) +[1216/181111.230:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir67140_666913914\Crashpad: The system cannot find the file specified. (0x2) +[1216/181114.863:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir77160_922240191\Crashpad: The system cannot find the file specified. (0x2) +[1216/181129.191:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir77436_1051156396\Crashpad: The system cannot find the file specified. (0x2) +[1216/181135.830:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir78120_1449250920\Crashpad: The system cannot find the file specified. (0x2) +[1216/181356.642:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir68144_280028712\Crashpad: The system cannot find the file specified. (0x2) +[1216/181400.228:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir41456_1919751514\Crashpad: The system cannot find the file specified. (0x2) +[1216/181403.646:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir57788_1477808156\Crashpad: The system cannot find the file specified. (0x2) +[1216/181407.092:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir78324_399798948\Crashpad: The system cannot find the file specified. (0x2) +[1216/181419.837:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir75332_999679505\Crashpad: The system cannot find the file specified. (0x2) +[1216/181428.946:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir78264_436681968\Crashpad: The system cannot find the file specified. (0x2) +[1216/181439.401:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir75560_948065234\Crashpad: The system cannot find the file specified. (0x2) +[1216/181442.839:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir77416_622706309\Crashpad: The system cannot find the file specified. (0x2) +[1216/181452.806:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir77692_1097020589\Crashpad: The system cannot find the file specified. (0x2) +[1216/181550.538:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir73332_261134319\Crashpad: The system cannot find the file specified. (0x2) +[1216/181554.059:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir78396_799731986\Crashpad: The system cannot find the file specified. (0x2) +[1216/181604.424:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir74948_1800801981\Crashpad: The system cannot find the file specified. (0x2) +[1216/181619.985:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir77372_262699488\Crashpad: The system cannot find the file specified. (0x2) +[1216/181623.696:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir78368_694465885\Crashpad: The system cannot find the file specified. (0x2) +[1216/181630.032:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir78472_657443085\Crashpad: The system cannot find the file specified. (0x2) +[1216/181633.726:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir72912_360111090\Crashpad: The system cannot find the file specified. (0x2) +[1216/181637.423:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir78512_1654216840\Crashpad: The system cannot find the file specified. (0x2) +[1216/181654.167:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir79112_216004559\Crashpad: The system cannot find the file specified. (0x2) +[1216/181657.984:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir77868_624555565\Crashpad: The system cannot find the file specified. (0x2) +[1216/181701.638:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir76888_660386839\Crashpad: The system cannot find the file specified. (0x2) +[1216/181715.434:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir78216_138394032\Crashpad: The system cannot find the file specified. (0x2) +[1216/181719.112:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir79040_1800689533\Crashpad: The system cannot find the file specified. (0x2) +[1216/181722.690:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir50888_642016174\Crashpad: The system cannot find the file specified. (0x2) +[1216/181726.390:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir78872_696838091\Crashpad: The system cannot find the file specified. (0x2) +[1216/181740.863:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir74212_1058188469\Crashpad: The system cannot find the file specified. (0x2) +[1216/181744.859:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir78880_149078923\Crashpad: The system cannot find the file specified. (0x2) +[1216/181748.614:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir71700_1247606125\Crashpad: The system cannot find the file specified. (0x2) +[1216/181752.264:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir77480_15626477\Crashpad: The system cannot find the file specified. (0x2) +[1216/181801.807:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir75900_791350922\Crashpad: The system cannot find the file specified. (0x2) +[1216/181808.442:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir78996_1767328970\Crashpad: The system cannot find the file specified. (0x2) +[1216/181812.058:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir78828_589048960\Crashpad: The system cannot find the file specified. (0x2) +[1216/181817.917:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir77056_2051899076\Crashpad: The system cannot find the file specified. (0x2) +[1216/181822.753:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir51432_1293071854\Crashpad: The system cannot find the file specified. (0x2) +[1216/181834.121:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir79008_605071195\Crashpad: The system cannot find the file specified. (0x2) +[1216/181837.813:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir77556_233251365\Crashpad: The system cannot find the file specified. (0x2) +[1216/181841.545:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir46600_231792147\Crashpad: The system cannot find the file specified. (0x2) +[1216/181850.595:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir77424_1534429715\Crashpad: The system cannot find the file specified. (0x2) +[1216/181854.274:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir75220_589645168\Crashpad: The system cannot find the file specified. (0x2) +[1216/181903.176:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir77916_1401476791\Crashpad: The system cannot find the file specified. (0x2) +[1216/181906.743:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir73492_605840793\Crashpad: The system cannot find the file specified. (0x2) +[1216/181915.354:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir48804_1872014893\Crashpad: The system cannot find the file specified. (0x2) +[1216/181918.980:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir79460_1646318597\Crashpad: The system cannot find the file specified. (0x2) +[1216/181925.017:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir76020_1459302731\Crashpad: The system cannot find the file specified. (0x2) +[1216/181942.395:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir78416_1309880785\Crashpad: The system cannot find the file specified. (0x2) +[1216/182211.415:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir77344_481903054\Crashpad: The system cannot find the file specified. (0x2) +[1216/182221.098:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir78168_166934910\Crashpad: The system cannot find the file specified. (0x2) +[1216/182224.376:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir78936_399927454\Crashpad: The system cannot find the file specified. (0x2) +[1216/182237.527:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir62908_258027653\Crashpad: The system cannot find the file specified. (0x2) +[1216/182243.840:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir74696_1505564306\Crashpad: The system cannot find the file specified. (0x2) +[1216/182504.723:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir512_2052748314\Crashpad: The system cannot find the file specified. (0x2) +[1216/182508.297:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31176_1895695465\Crashpad: The system cannot find the file specified. (0x2) +[1216/182511.766:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir79052_1343299913\Crashpad: The system cannot find the file specified. (0x2) +[1216/182515.242:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir67400_470474657\Crashpad: The system cannot find the file specified. (0x2) +[1216/182527.698:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir46624_224151103\Crashpad: The system cannot find the file specified. (0x2) +[1216/182536.839:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir74212_1420606040\Crashpad: The system cannot find the file specified. (0x2) +[1216/182547.238:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir55612_1736526338\Crashpad: The system cannot find the file specified. (0x2) +[1216/182550.708:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir71204_1882509603\Crashpad: The system cannot find the file specified. (0x2) +[1216/182600.870:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir79560_1758711756\Crashpad: The system cannot find the file specified. (0x2) +[1216/182659.738:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir79632_554195441\Crashpad: The system cannot find the file specified. (0x2) +[1216/182703.231:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir79640_1234553024\Crashpad: The system cannot find the file specified. (0x2) +[1216/182713.384:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir78704_21887818\Crashpad: The system cannot find the file specified. (0x2) +[1216/182728.952:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir79736_913674287\Crashpad: The system cannot find the file specified. (0x2) +[1216/182732.352:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir79260_441052008\Crashpad: The system cannot find the file specified. (0x2) +[1216/182738.929:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir70480_1326149542\Crashpad: The system cannot find the file specified. (0x2) +[1216/182742.609:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir58108_1353600052\Crashpad: The system cannot find the file specified. (0x2) +[1216/182746.129:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir80436_1238494907\Crashpad: The system cannot find the file specified. (0x2) +[1216/182803.568:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir80396_14851946\Crashpad: The system cannot find the file specified. (0x2) +[1216/182807.886:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir77244_1998477076\Crashpad: The system cannot find the file specified. (0x2) +[1216/182811.129:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir78292_1250853653\Crashpad: The system cannot find the file specified. (0x2) +[1216/182824.285:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir75460_1791279768\Crashpad: The system cannot find the file specified. (0x2) +[1216/182827.746:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir79636_1520580058\Crashpad: The system cannot find the file specified. (0x2) +[1216/182831.271:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir77132_2129358525\Crashpad: The system cannot find the file specified. (0x2) +[1216/182835.359:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir77000_1646056799\Crashpad: The system cannot find the file specified. (0x2) +[1216/182852.713:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19184_2099735813\Crashpad: The system cannot find the file specified. (0x2) +[1216/182855.960:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir79988_2125944631\Crashpad: The system cannot find the file specified. (0x2) +[1216/182859.663:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir80100_2118275358\Crashpad: The system cannot find the file specified. (0x2) +[1216/182909.823:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir3356_777300751\Crashpad: The system cannot find the file specified. (0x2) +[1216/182919.241:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir80520_1443607795\Crashpad: The system cannot find the file specified. (0x2) +[1216/182925.279:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir77756_2090488206\Crashpad: The system cannot find the file specified. (0x2) +[1216/182930.153:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir55836_1500248654\Crashpad: The system cannot find the file specified. (0x2) +[1216/182942.351:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir80672_480370032\Crashpad: The system cannot find the file specified. (0x2) +[1216/182945.856:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir33560_662902630\Crashpad: The system cannot find the file specified. (0x2) +[1216/182957.182:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir52700_932329277\Crashpad: The system cannot find the file specified. (0x2) +[1216/183000.777:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir70480_1949874604\Crashpad: The system cannot find the file specified. (0x2) +[1216/183009.634:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir73324_112416736\Crashpad: The system cannot find the file specified. (0x2) +[1216/183020.844:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir79556_613444135\Crashpad: The system cannot find the file specified. (0x2) +[1216/183046.105:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir79924_1567953280\Crashpad: The system cannot find the file specified. (0x2) diff --git a/debug.log b/debug.log new file mode 100644 index 000000000..f2a523dd5 --- /dev/null +++ b/debug.log @@ -0,0 +1,756 @@ +[1213/175943.458:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir183512_629034958\Crashpad: The system cannot find the file specified. (0x2) +[1213/175953.699:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir323740_1871840384\Crashpad: The system cannot find the file specified. (0x2) +[1213/175957.663:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir318476_1032124288\Crashpad: The system cannot find the file specified. (0x2) +[1213/180011.466:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir325264_90383631\Crashpad: The system cannot find the file specified. (0x2) +[1213/180650.782:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir325256_771432296\Crashpad: The system cannot find the file specified. (0x2) +[1213/180658.554:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir321504_293325658\Crashpad: The system cannot find the file specified. (0x2) +[1213/180702.210:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir325508_2109404089\Crashpad: The system cannot find the file specified. (0x2) +[1213/180705.776:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir322036_1607797754\Crashpad: The system cannot find the file specified. (0x2) +[1213/184725.721:ERROR:process_reader_win.cc(123)] NtOpenThread: {Access Denied} A process has requested access to an object, but has not been granted those access rights. (0xc0000022) +[1213/184725.724:ERROR:exception_snapshot_win.cc(98)] thread ID 298832 not found in process +[1214/182253.736:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir24548_1420375873\Crashpad: The system cannot find the file specified. (0x2) +[1214/182635.932:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22260_906831151\Crashpad: The system cannot find the file specified. (0x2) +[1214/182645.183:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27552_1646090960\Crashpad: The system cannot find the file specified. (0x2) +[1214/182648.621:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27120_107437490\Crashpad: The system cannot find the file specified. (0x2) +[1214/182702.324:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23628_1300802336\Crashpad: The system cannot find the file specified. (0x2) +[1214/182709.019:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28464_661263932\Crashpad: The system cannot find the file specified. (0x2) +[1214/182928.268:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23812_795483208\Crashpad: The system cannot find the file specified. (0x2) +[1214/182931.891:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21088_813492743\Crashpad: The system cannot find the file specified. (0x2) +[1214/182935.269:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27684_1435978532\Crashpad: The system cannot find the file specified. (0x2) +[1214/182938.515:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27468_1173063684\Crashpad: The system cannot find the file specified. (0x2) +[1214/182951.763:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir26564_415859097\Crashpad: The system cannot find the file specified. (0x2) +[1214/183001.482:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27016_1849468161\Crashpad: The system cannot find the file specified. (0x2) +[1214/183011.633:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27528_2075689181\Crashpad: The system cannot find the file specified. (0x2) +[1214/183015.169:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir17012_1136159158\Crashpad: The system cannot find the file specified. (0x2) +[1214/183025.186:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir10548_1790525382\Crashpad: The system cannot find the file specified. (0x2) +[1214/183122.078:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir1072_1619744946\Crashpad: The system cannot find the file specified. (0x2) +[1214/183125.259:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir24864_1519056440\Crashpad: The system cannot find the file specified. (0x2) +[1214/183135.189:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir24836_2107692182\Crashpad: The system cannot find the file specified. (0x2) +[1214/183149.510:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir4288_625867895\Crashpad: The system cannot find the file specified. (0x2) +[1214/183153.025:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28188_1174801877\Crashpad: The system cannot find the file specified. (0x2) +[1214/183159.730:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir6496_1097490079\Crashpad: The system cannot find the file specified. (0x2) +[1214/183203.088:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir26376_1454128324\Crashpad: The system cannot find the file specified. (0x2) +[1214/183206.244:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir7676_1108493811\Crashpad: The system cannot find the file specified. (0x2) +[1214/183222.684:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22412_1069189492\Crashpad: The system cannot find the file specified. (0x2) +[1214/183226.404:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28696_743230122\Crashpad: The system cannot find the file specified. (0x2) +[1214/183229.880:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir15696_1770524814\Crashpad: The system cannot find the file specified. (0x2) +[1214/183243.417:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22296_1485371231\Crashpad: The system cannot find the file specified. (0x2) +[1214/183246.718:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir26044_840503146\Crashpad: The system cannot find the file specified. (0x2) +[1214/183250.299:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir24672_50995214\Crashpad: The system cannot find the file specified. (0x2) +[1214/183254.557:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir9392_307746048\Crashpad: The system cannot find the file specified. (0x2) +[1214/183309.432:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28292_1332548163\Crashpad: The system cannot find the file specified. (0x2) +[1214/183313.744:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18864_263980311\Crashpad: The system cannot find the file specified. (0x2) +[1214/183317.238:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir4876_1845136428\Crashpad: The system cannot find the file specified. (0x2) +[1214/183320.589:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27980_1886056695\Crashpad: The system cannot find the file specified. (0x2) +[1214/183329.686:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir448_1071161272\Crashpad: The system cannot find the file specified. (0x2) +[1214/183336.191:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29476_1874106881\Crashpad: The system cannot find the file specified. (0x2) +[1214/183339.564:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27084_1529636477\Crashpad: The system cannot find the file specified. (0x2) +[1214/183349.363:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28380_1273845226\Crashpad: The system cannot find the file specified. (0x2) +[1214/183401.104:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir24400_45545944\Crashpad: The system cannot find the file specified. (0x2) +[1214/183407.806:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28552_156082574\Crashpad: The system cannot find the file specified. (0x2) +[1214/183411.663:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18960_531545150\Crashpad: The system cannot find the file specified. (0x2) +[1214/183415.164:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23580_1338768189\Crashpad: The system cannot find the file specified. (0x2) +[1214/183426.084:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28612_1581767699\Crashpad: The system cannot find the file specified. (0x2) +[1214/183434.553:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29048_123940261\Crashpad: The system cannot find the file specified. (0x2) +[1214/183442.912:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27912_264048028\Crashpad: The system cannot find the file specified. (0x2) +[1214/185919.368:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir24428_1220116508\Crashpad: The system cannot find the file specified. (0x2) +[1214/185929.079:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir30280_1158327480\Crashpad: The system cannot find the file specified. (0x2) +[1214/185932.830:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23544_1193624808\Crashpad: The system cannot find the file specified. (0x2) +[1214/185946.088:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir30184_842374418\Crashpad: The system cannot find the file specified. (0x2) +[1214/185953.082:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir30248_914679003\Crashpad: The system cannot find the file specified. (0x2) +[1214/190216.237:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir24692_1367956915\Crashpad: The system cannot find the file specified. (0x2) +[1214/190219.876:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23976_232598024\Crashpad: The system cannot find the file specified. (0x2) +[1214/190223.074:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21992_299235027\Crashpad: The system cannot find the file specified. (0x2) +[1214/190226.294:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir26900_486369170\Crashpad: The system cannot find the file specified. (0x2) +[1214/190238.875:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir3756_615536147\Crashpad: The system cannot find the file specified. (0x2) +[1214/190248.761:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir30580_999560337\Crashpad: The system cannot find the file specified. (0x2) +[1214/190259.279:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir5256_2034547655\Crashpad: The system cannot find the file specified. (0x2) +[1214/190303.239:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir15932_1889402465\Crashpad: The system cannot find the file specified. (0x2) +[1214/190313.361:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir30996_677319492\Crashpad: The system cannot find the file specified. (0x2) +[1214/190413.274:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir32240_1734180419\Crashpad: The system cannot find the file specified. (0x2) +[1214/190416.689:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25792_818926911\Crashpad: The system cannot find the file specified. (0x2) +[1214/190427.185:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir30188_1059175552\Crashpad: The system cannot find the file specified. (0x2) +[1214/190442.369:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir616_1936814450\Crashpad: The system cannot find the file specified. (0x2) +[1214/190446.462:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir24396_1536457699\Crashpad: The system cannot find the file specified. (0x2) +[1214/190453.020:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31764_395140127\Crashpad: The system cannot find the file specified. (0x2) +[1214/190456.559:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31356_827834627\Crashpad: The system cannot find the file specified. (0x2) +[1214/190500.347:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir14060_568303419\Crashpad: The system cannot find the file specified. (0x2) +[1214/190517.809:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir30332_686122206\Crashpad: The system cannot find the file specified. (0x2) +[1214/190521.519:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29832_109898642\Crashpad: The system cannot find the file specified. (0x2) +[1214/190525.206:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22996_1458007412\Crashpad: The system cannot find the file specified. (0x2) +[1214/190538.716:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31932_1898592406\Crashpad: The system cannot find the file specified. (0x2) +[1214/190542.161:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir33516_463758982\Crashpad: The system cannot find the file specified. (0x2) +[1214/190545.667:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29712_1966477\Crashpad: The system cannot find the file specified. (0x2) +[1214/190549.298:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir33768_1260311197\Crashpad: The system cannot find the file specified. (0x2) +[1214/190604.369:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir12236_1229631864\Crashpad: The system cannot find the file specified. (0x2) +[1214/190608.515:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir33664_1113879470\Crashpad: The system cannot find the file specified. (0x2) +[1214/190612.513:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18164_184553836\Crashpad: The system cannot find the file specified. (0x2) +[1214/190616.134:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir30164_1149817163\Crashpad: The system cannot find the file specified. (0x2) +[1214/190625.935:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31252_1871997519\Crashpad: The system cannot find the file specified. (0x2) +[1214/190632.766:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir13124_900623284\Crashpad: The system cannot find the file specified. (0x2) +[1214/190636.496:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22152_465202248\Crashpad: The system cannot find the file specified. (0x2) +[1214/190642.623:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29864_2886202\Crashpad: The system cannot find the file specified. (0x2) +[1214/190647.542:ERROR:file_io_win.cc(170)] CreateFile C:\Users\risaboo\AppData\Local\Temp\scoped_dir31268_1598967179\Crashpad\reports\00347ae9-5d9d-42d0-b29e-267d5da05fe0.dmp: The system cannot find the path specified. (0x3) +[1214/190700.141:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31372_2108577132\Crashpad: The system cannot find the file specified. (0x2) +[1214/190704.188:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25076_1260003174\Crashpad: The system cannot find the file specified. (0x2) +[1214/190707.843:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31760_811461728\Crashpad: The system cannot find the file specified. (0x2) +[1214/190716.686:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir4520_1982829214\Crashpad: The system cannot find the file specified. (0x2) +[1214/190720.164:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31652_1014116397\Crashpad: The system cannot find the file specified. (0x2) +[1214/190729.096:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31200_522199578\Crashpad: The system cannot find the file specified. (0x2) +[1214/190732.742:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir32716_806238676\Crashpad: The system cannot find the file specified. (0x2) +[1214/190741.118:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18712_1409258218\Crashpad: The system cannot find the file specified. (0x2) +[1214/190744.543:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25680_1746670597\Crashpad: The system cannot find the file specified. (0x2) +[1214/190750.545:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29768_1154714238\Crashpad: The system cannot find the file specified. (0x2) +[1214/190806.115:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27640_1203161091\Crashpad: The system cannot find the file specified. (0x2) +[1214/192051.415:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir33728_754524466\Crashpad: The system cannot find the file specified. (0x2) +[1214/192100.146:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22236_1949638607\Crashpad: The system cannot find the file specified. (0x2) +[1214/192103.216:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23816_1679695364\Crashpad: The system cannot find the file specified. (0x2) +[1214/192115.539:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25124_1568280859\Crashpad: The system cannot find the file specified. (0x2) +[1214/192121.732:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir30676_619807022\Crashpad: The system cannot find the file specified. (0x2) +[1214/192343.381:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31728_1964641463\Crashpad: The system cannot find the file specified. (0x2) +[1214/192346.610:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir35344_879585803\Crashpad: The system cannot find the file specified. (0x2) +[1214/192349.721:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir32316_1897720795\Crashpad: The system cannot find the file specified. (0x2) +[1214/192352.876:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28784_1047676419\Crashpad: The system cannot find the file specified. (0x2) +[1214/192405.319:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29964_1044455862\Crashpad: The system cannot find the file specified. (0x2) +[1214/192414.128:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31056_1560475917\Crashpad: The system cannot find the file specified. (0x2) +[1214/192424.178:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir34012_359903840\Crashpad: The system cannot find the file specified. (0x2) +[1214/192427.311:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20800_800267820\Crashpad: The system cannot find the file specified. (0x2) +[1214/192437.152:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir35392_1046215792\Crashpad: The system cannot find the file specified. (0x2) +[1214/192535.374:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29416_66436603\Crashpad: The system cannot find the file specified. (0x2) +[1214/192538.536:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25080_790345446\Crashpad: The system cannot find the file specified. (0x2) +[1214/192548.165:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27248_1754034505\Crashpad: The system cannot find the file specified. (0x2) +[1214/192602.065:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir11812_365615056\Crashpad: The system cannot find the file specified. (0x2) +[1214/192606.046:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28476_533579020\Crashpad: The system cannot find the file specified. (0x2) +[1214/192612.737:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22128_1087513719\Crashpad: The system cannot find the file specified. (0x2) +[1214/192616.064:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir33200_1445148710\Crashpad: The system cannot find the file specified. (0x2) +[1214/192619.251:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir34068_1253256666\Crashpad: The system cannot find the file specified. (0x2) +[1214/192635.559:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir30572_563378208\Crashpad: The system cannot find the file specified. (0x2) +[1214/192639.135:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir33804_1225792261\Crashpad: The system cannot find the file specified. (0x2) +[1214/192642.520:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir35336_1249038892\Crashpad: The system cannot find the file specified. (0x2) +[1214/192655.169:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir35116_555720950\Crashpad: The system cannot find the file specified. (0x2) +[1214/192658.506:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir5384_1558548777\Crashpad: The system cannot find the file specified. (0x2) +[1214/192701.705:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29108_161641594\Crashpad: The system cannot find the file specified. (0x2) +[1214/192705.649:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir26944_532910791\Crashpad: The system cannot find the file specified. (0x2) +[1214/192719.544:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir33192_719696712\Crashpad: The system cannot find the file specified. (0x2) +[1214/192723.793:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28856_2147426183\Crashpad: The system cannot find the file specified. (0x2) +[1214/192727.370:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25056_1863864220\Crashpad: The system cannot find the file specified. (0x2) +[1214/192731.072:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28148_325813853\Crashpad: The system cannot find the file specified. (0x2) +[1214/192740.522:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir36008_1588785776\Crashpad: The system cannot find the file specified. (0x2) +[1214/192747.248:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir11892_1377896933\Crashpad: The system cannot find the file specified. (0x2) +[1214/192750.779:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir34416_535353508\Crashpad: The system cannot find the file specified. (0x2) +[1214/192756.646:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir36368_21959729\Crashpad: The system cannot find the file specified. (0x2) +[1214/192814.007:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir35424_1506327767\Crashpad: The system cannot find the file specified. (0x2) +[1214/192817.435:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20416_178610767\Crashpad: The system cannot find the file specified. (0x2) +[1214/192825.928:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir3368_1348884895\Crashpad: The system cannot find the file specified. (0x2) +[1214/192829.608:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir36004_1345768198\Crashpad: The system cannot find the file specified. (0x2) +[1214/192838.335:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir24548_232525641\Crashpad: The system cannot find the file specified. (0x2) +[1214/192841.726:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28684_2018328822\Crashpad: The system cannot find the file specified. (0x2) +[1214/192850.368:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir4080_1586820815\Crashpad: The system cannot find the file specified. (0x2) +[1214/192854.015:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22280_183135612\Crashpad: The system cannot find the file specified. (0x2) +[1214/192859.875:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir24352_1350158701\Crashpad: The system cannot find the file specified. (0x2) +[1214/192915.172:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25708_1356680090\Crashpad: The system cannot find the file specified. (0x2) +[1214/193441.061:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir35512_193534163\Crashpad: The system cannot find the file specified. (0x2) +[1214/193642.936:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28240_1005392148\Crashpad: The system cannot find the file specified. (0x2) +[1214/202541.353:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir5024_317086164\Crashpad: The system cannot find the file specified. (0x2) +[1214/202550.066:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19132_728523911\Crashpad: The system cannot find the file specified. (0x2) +[1214/202553.092:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18828_1235788871\Crashpad: The system cannot find the file specified. (0x2) +[1214/202606.003:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19624_1516597806\Crashpad: The system cannot find the file specified. (0x2) +[1214/202612.200:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18888_1672545436\Crashpad: The system cannot find the file specified. (0x2) +[1214/202835.484:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19228_206282589\Crashpad: The system cannot find the file specified. (0x2) +[1214/202841.378:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir7944_91373946\Crashpad: The system cannot find the file specified. (0x2) +[1214/202844.505:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20144_689466461\Crashpad: The system cannot find the file specified. (0x2) +[1214/202905.284:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir8576_1478074364\Crashpad: The system cannot find the file specified. (0x2) +[1214/202914.965:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18560_1854461340\Crashpad: The system cannot find the file specified. (0x2) +[1214/202927.111:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir14040_1724044841\Crashpad: The system cannot find the file specified. (0x2) +[1214/203024.465:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir10468_200636330\Crashpad: The system cannot find the file specified. (0x2) +[1214/203036.598:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir16980_218849823\Crashpad: The system cannot find the file specified. (0x2) +[1214/203051.026:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir4244_359303315\Crashpad: The system cannot find the file specified. (0x2) +[1214/203054.424:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20660_209398630\Crashpad: The system cannot find the file specified. (0x2) +[1214/203103.480:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18512_985713116\Crashpad: The system cannot find the file specified. (0x2) +[1214/203106.693:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19672_346529369\Crashpad: The system cannot find the file specified. (0x2) +[1214/203122.766:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19936_454337528\Crashpad: The system cannot find the file specified. (0x2) +[1214/203126.003:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir15976_1781862077\Crashpad: The system cannot find the file specified. (0x2) +[1214/203129.253:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20220_1871725212\Crashpad: The system cannot find the file specified. (0x2) +[1214/203142.324:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20672_1029136837\Crashpad: The system cannot find the file specified. (0x2) +[1214/203145.545:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19208_14938622\Crashpad: The system cannot find the file specified. (0x2) +[1214/203149.140:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21408_1182926124\Crashpad: The system cannot find the file specified. (0x2) +[1214/203152.466:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21100_457101765\Crashpad: The system cannot find the file specified. (0x2) +[1214/203206.134:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19992_69172167\Crashpad: The system cannot find the file specified. (0x2) +[1214/203209.832:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir17124_335645835\Crashpad: The system cannot find the file specified. (0x2) +[1214/203213.581:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir11400_1255984295\Crashpad: The system cannot find the file specified. (0x2) +[1214/203216.774:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19480_1954458983\Crashpad: The system cannot find the file specified. (0x2) +[1214/203225.935:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19176_1430143692\Crashpad: The system cannot find the file specified. (0x2) +[1214/203232.625:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir10212_2143393727\Crashpad: The system cannot find the file specified. (0x2) +[1214/203235.877:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir14672_2128157707\Crashpad: The system cannot find the file specified. (0x2) +[1214/203241.403:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19876_1285085187\Crashpad: The system cannot find the file specified. (0x2) +[1214/203245.951:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18208_43935629\Crashpad: The system cannot find the file specified. (0x2) +[1214/203257.744:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18732_1540713166\Crashpad: The system cannot find the file specified. (0x2) +[1214/203301.244:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18500_1272476629\Crashpad: The system cannot find the file specified. (0x2) +[1214/203312.702:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19676_570191442\Crashpad: The system cannot find the file specified. (0x2) +[1214/203316.150:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18460_1008023081\Crashpad: The system cannot find the file specified. (0x2) +[1214/203324.764:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20532_1441414892\Crashpad: The system cannot find the file specified. (0x2) +[1214/203328.017:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20040_951466615\Crashpad: The system cannot find the file specified. (0x2) +[1214/203336.532:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir5488_1653349542\Crashpad: The system cannot find the file specified. (0x2) +[1214/203340.332:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21168_537456604\Crashpad: The system cannot find the file specified. (0x2) +[1214/203346.338:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21292_709147929\Crashpad: The system cannot find the file specified. (0x2) +[1214/203402.241:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir13640_77093958\Crashpad: The system cannot find the file specified. (0x2) +[1214/204506.075:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir7820_600294624\Crashpad: The system cannot find the file specified. (0x2) +[1214/204515.104:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir2120_1544637589\Crashpad: The system cannot find the file specified. (0x2) +[1214/204518.375:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20712_1802755681\Crashpad: The system cannot find the file specified. (0x2) +[1214/204530.877:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19396_99944875\Crashpad: The system cannot find the file specified. (0x2) +[1214/204537.904:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir7304_703334226\Crashpad: The system cannot find the file specified. (0x2) +[1214/204803.145:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir17856_838419312\Crashpad: The system cannot find the file specified. (0x2) +[1214/204806.654:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18776_2017590960\Crashpad: The system cannot find the file specified. (0x2) +[1214/204809.881:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19156_1679737272\Crashpad: The system cannot find the file specified. (0x2) +[1214/204813.113:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir12908_1804855165\Crashpad: The system cannot find the file specified. (0x2) +[1214/204825.951:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir11488_917740320\Crashpad: The system cannot find the file specified. (0x2) +[1214/204835.321:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir17584_1437327781\Crashpad: The system cannot find the file specified. (0x2) +[1214/204845.782:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir15832_1012210027\Crashpad: The system cannot find the file specified. (0x2) +[1214/204849.373:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir7204_785272538\Crashpad: The system cannot find the file specified. (0x2) +[1214/204900.055:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir16548_291816713\Crashpad: The system cannot find the file specified. (0x2) +[1214/205001.704:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18720_2010978573\Crashpad: The system cannot find the file specified. (0x2) +[1214/205004.934:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir17456_2067225112\Crashpad: The system cannot find the file specified. (0x2) +[1214/205025.048:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21484_1255512466\Crashpad: The system cannot find the file specified. (0x2) +[1214/205039.521:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18648_150823005\Crashpad: The system cannot find the file specified. (0x2) +[1214/205043.489:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir4044_20006298\Crashpad: The system cannot find the file specified. (0x2) +[1214/205050.520:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18756_1455052119\Crashpad: The system cannot find the file specified. (0x2) +[1214/205053.864:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir12540_1647474079\Crashpad: The system cannot find the file specified. (0x2) +[1214/205057.572:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir7060_2002181786\Crashpad: The system cannot find the file specified. (0x2) +[1214/205116.315:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir3712_313962558\Crashpad: The system cannot find the file specified. (0x2) +[1214/205119.912:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir4572_1887312909\Crashpad: The system cannot find the file specified. (0x2) +[1214/205123.498:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19144_1081568418\Crashpad: The system cannot find the file specified. (0x2) +[1214/205137.300:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir17148_582707458\Crashpad: The system cannot find the file specified. (0x2) +[1214/205140.632:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir14672_271476896\Crashpad: The system cannot find the file specified. (0x2) +[1214/205144.069:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir13564_483194741\Crashpad: The system cannot find the file specified. (0x2) +[1214/205147.729:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20032_1174290913\Crashpad: The system cannot find the file specified. (0x2) +[1214/205204.504:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19376_1223183043\Crashpad: The system cannot find the file specified. (0x2) +[1214/205208.649:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir12472_926371414\Crashpad: The system cannot find the file specified. (0x2) +[1214/205212.423:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir15012_722287555\Crashpad: The system cannot find the file specified. (0x2) +[1214/205225.126:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20868_586239466\Crashpad: The system cannot find the file specified. (0x2) +[1214/205232.029:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20468_616448720\Crashpad: The system cannot find the file specified. (0x2) +[1214/205235.616:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir15500_230264974\Crashpad: The system cannot find the file specified. (0x2) +[1214/205242.066:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20448_1948269948\Crashpad: The system cannot find the file specified. (0x2) +[1214/205247.327:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21932_1045241393\Crashpad: The system cannot find the file specified. (0x2) +[1214/205300.514:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19072_632023016\Crashpad: The system cannot find the file specified. (0x2) +[1214/205304.131:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22408_2129085065\Crashpad: The system cannot find the file specified. (0x2) +[1214/205307.699:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20172_2012298189\Crashpad: The system cannot find the file specified. (0x2) +[1214/205316.556:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22000_1687653860\Crashpad: The system cannot find the file specified. (0x2) +[1214/205319.957:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20420_415603947\Crashpad: The system cannot find the file specified. (0x2) +[1214/205329.047:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20444_1975509626\Crashpad: The system cannot find the file specified. (0x2) +[1214/205332.993:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18252_688060827\Crashpad: The system cannot find the file specified. (0x2) +[1214/205342.025:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21572_187638526\Crashpad: The system cannot find the file specified. (0x2) +[1214/205345.688:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir13680_862514410\Crashpad: The system cannot find the file specified. (0x2) +[1214/205351.987:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19088_1004501647\Crashpad: The system cannot find the file specified. (0x2) +[1214/205408.552:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21168_1417759147\Crashpad: The system cannot find the file specified. (0x2) +[1214/205606.073:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir3296_1066060418\Crashpad: The system cannot find the file specified. (0x2) +[1214/205615.549:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21664_1654430096\Crashpad: The system cannot find the file specified. (0x2) +[1214/205618.881:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir7468_1710662795\Crashpad: The system cannot find the file specified. (0x2) +[1214/205631.729:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir17396_324429284\Crashpad: The system cannot find the file specified. (0x2) +[1214/205638.734:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir15192_2114444971\Crashpad: The system cannot find the file specified. (0x2) +[1214/205903.936:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22484_1632165059\Crashpad: The system cannot find the file specified. (0x2) +[1214/205907.311:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir13392_1584690976\Crashpad: The system cannot find the file specified. (0x2) +[1214/205910.408:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir11508_68650500\Crashpad: The system cannot find the file specified. (0x2) +[1214/205913.549:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18120_460839639\Crashpad: The system cannot find the file specified. (0x2) +[1214/205926.547:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir4572_2009487834\Crashpad: The system cannot find the file specified. (0x2) +[1214/205936.295:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22124_1754614919\Crashpad: The system cannot find the file specified. (0x2) +[1214/205946.403:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir3036_2081782610\Crashpad: The system cannot find the file specified. (0x2) +[1214/205949.606:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22448_59019147\Crashpad: The system cannot find the file specified. (0x2) +[1214/205959.687:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21668_317895611\Crashpad: The system cannot find the file specified. (0x2) +[1214/210059.747:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir2088_664087973\Crashpad: The system cannot find the file specified. (0x2) +[1214/210113.939:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir16436_505934146\Crashpad: The system cannot find the file specified. (0x2) +[1214/210128.840:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir7572_1461475486\Crashpad: The system cannot find the file specified. (0x2) +[1214/210132.733:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir14512_363556258\Crashpad: The system cannot find the file specified. (0x2) +[1214/210139.225:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir3164_1389476606\Crashpad: The system cannot find the file specified. (0x2) +[1214/210142.734:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22112_459617519\Crashpad: The system cannot find the file specified. (0x2) +[1214/210145.898:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23400_1852980519\Crashpad: The system cannot find the file specified. (0x2) +[1214/210203.063:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir17792_1386321343\Crashpad: The system cannot find the file specified. (0x2) +[1214/210207.239:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21660_1175854203\Crashpad: The system cannot find the file specified. (0x2) +[1214/210210.708:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22012_2143025739\Crashpad: The system cannot find the file specified. (0x2) +[1214/210224.142:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21852_666563313\Crashpad: The system cannot find the file specified. (0x2) +[1214/210227.472:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir6748_1515963110\Crashpad: The system cannot find the file specified. (0x2) +[1214/210230.895:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18492_977464643\Crashpad: The system cannot find the file specified. (0x2) +[1214/210234.457:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir4392_2056386711\Crashpad: The system cannot find the file specified. (0x2) +[1214/210249.575:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22608_720517690\Crashpad: The system cannot find the file specified. (0x2) +[1214/210253.288:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22996_1032056807\Crashpad: The system cannot find the file specified. (0x2) +[1214/210257.026:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20564_1137972193\Crashpad: The system cannot find the file specified. (0x2) +[1214/210300.968:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22304_870970642\Crashpad: The system cannot find the file specified. (0x2) +[1214/210310.586:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21856_1789883313\Crashpad: The system cannot find the file specified. (0x2) +[1214/210317.134:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20868_38059435\Crashpad: The system cannot find the file specified. (0x2) +[1214/210320.542:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir14808_1203086813\Crashpad: The system cannot find the file specified. (0x2) +[1214/210326.501:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir13756_339371802\Crashpad: The system cannot find the file specified. (0x2) +[1214/210342.173:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20704_1002533446\Crashpad: The system cannot find the file specified. (0x2) +[1214/210345.962:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir14828_1035101507\Crashpad: The system cannot find the file specified. (0x2) +[1214/210349.411:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir5620_806632520\Crashpad: The system cannot find the file specified. (0x2) +[1214/210358.359:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23340_795171639\Crashpad: The system cannot find the file specified. (0x2) +[1214/210409.670:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21712_1888098476\Crashpad: The system cannot find the file specified. (0x2) +[1214/210413.012:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23296_706637840\Crashpad: The system cannot find the file specified. (0x2) +[1214/210422.167:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21888_750335536\Crashpad: The system cannot find the file specified. (0x2) +[1214/210425.711:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22648_2121215017\Crashpad: The system cannot find the file specified. (0x2) +[1214/210431.859:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22908_1086321435\Crashpad: The system cannot find the file specified. (0x2) +[1214/210447.589:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23152_355884797\Crashpad: The system cannot find the file specified. (0x2) +[1214/210809.053:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir16084_1318176315\Crashpad: The system cannot find the file specified. (0x2) +[1214/210817.981:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir15460_1854960439\Crashpad: The system cannot find the file specified. (0x2) +[1214/210821.133:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir7152_1774495531\Crashpad: The system cannot find the file specified. (0x2) +[1214/210833.646:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21156_1459927873\Crashpad: The system cannot find the file specified. (0x2) +[1214/210839.715:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir12060_1470807392\Crashpad: The system cannot find the file specified. (0x2) +[1214/211103.445:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21648_1777785382\Crashpad: The system cannot find the file specified. (0x2) +[1214/211106.695:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19548_956644739\Crashpad: The system cannot find the file specified. (0x2) +[1214/211109.842:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21084_1263605133\Crashpad: The system cannot find the file specified. (0x2) +[1214/211113.016:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22072_891259666\Crashpad: The system cannot find the file specified. (0x2) +[1214/211125.968:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21284_986415343\Crashpad: The system cannot find the file specified. (0x2) +[1214/211135.514:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir13460_457270456\Crashpad: The system cannot find the file specified. (0x2) +[1214/211145.579:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir16096_1557016968\Crashpad: The system cannot find the file specified. (0x2) +[1214/211148.735:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21308_1023322651\Crashpad: The system cannot find the file specified. (0x2) +[1214/211158.840:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir16540_818790531\Crashpad: The system cannot find the file specified. (0x2) +[1214/211257.565:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir6516_1002209382\Crashpad: The system cannot find the file specified. (0x2) +[1214/211309.789:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18440_773783718\Crashpad: The system cannot find the file specified. (0x2) +[1214/211324.503:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir17588_388184296\Crashpad: The system cannot find the file specified. (0x2) +[1214/211327.879:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir1796_951189973\Crashpad: The system cannot find the file specified. (0x2) +[1214/211334.238:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19324_1388691173\Crashpad: The system cannot find the file specified. (0x2) +[1214/211337.690:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18624_999264742\Crashpad: The system cannot find the file specified. (0x2) +[1214/211340.871:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19928_1077204472\Crashpad: The system cannot find the file specified. (0x2) +[1214/211357.699:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21684_363708785\Crashpad: The system cannot find the file specified. (0x2) +[1214/211401.249:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir14452_1523188984\Crashpad: The system cannot find the file specified. (0x2) +[1214/211404.761:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir1680_720349060\Crashpad: The system cannot find the file specified. (0x2) +[1214/211417.793:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir17688_1814086525\Crashpad: The system cannot find the file specified. (0x2) +[1214/211421.022:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22728_1033491985\Crashpad: The system cannot find the file specified. (0x2) +[1214/211424.437:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22012_1077734619\Crashpad: The system cannot find the file specified. (0x2) +[1214/211428.097:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21980_793119587\Crashpad: The system cannot find the file specified. (0x2) +[1214/211442.553:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20228_239705735\Crashpad: The system cannot find the file specified. (0x2) +[1214/211446.465:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir12372_659707319\Crashpad: The system cannot find the file specified. (0x2) +[1214/211450.245:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19008_283816435\Crashpad: The system cannot find the file specified. (0x2) +[1214/211453.548:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19556_701724398\Crashpad: The system cannot find the file specified. (0x2) +[1214/211502.748:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22112_1944926934\Crashpad: The system cannot find the file specified. (0x2) +[1214/211509.425:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir9168_601916194\Crashpad: The system cannot find the file specified. (0x2) +[1214/211512.883:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20064_1995171408\Crashpad: The system cannot find the file specified. (0x2) +[1214/211518.843:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22544_505601371\Crashpad: The system cannot find the file specified. (0x2) +[1214/211523.626:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir17864_2128587211\Crashpad: The system cannot find the file specified. (0x2) +[1214/211535.621:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir8324_939882726\Crashpad: The system cannot find the file specified. (0x2) +[1214/211538.950:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22984_1915244800\Crashpad: The system cannot find the file specified. (0x2) +[1214/211542.124:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir4016_1529409219\Crashpad: The system cannot find the file specified. (0x2) +[1214/211551.354:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22408_1509602122\Crashpad: The system cannot find the file specified. (0x2) +[1214/211554.701:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir24136_1986033010\Crashpad: The system cannot find the file specified. (0x2) +[1214/211603.635:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20728_1564260453\Crashpad: The system cannot find the file specified. (0x2) +[1214/211606.997:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23560_1861864353\Crashpad: The system cannot find the file specified. (0x2) +[1214/211615.527:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir14060_1103530782\Crashpad: The system cannot find the file specified. (0x2) +[1214/211619.243:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir6264_18968654\Crashpad: The system cannot find the file specified. (0x2) +[1214/211625.057:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir13516_758732791\Crashpad: The system cannot find the file specified. (0x2) +[1214/211640.692:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir716_2083196324\Crashpad: The system cannot find the file specified. (0x2) +[1214/214908.322:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir2548_1689536620\Crashpad: The system cannot find the file specified. (0x2) +[1214/214917.328:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20324_1710786457\Crashpad: The system cannot find the file specified. (0x2) +[1214/214920.535:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21376_846387519\Crashpad: The system cannot find the file specified. (0x2) +[1214/214933.030:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir5892_1371415002\Crashpad: The system cannot find the file specified. (0x2) +[1214/214939.189:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23920_988647982\Crashpad: The system cannot find the file specified. (0x2) +[1215/024405.358:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir1264_1746267676\Crashpad: The system cannot find the file specified. (0x2) +[1215/024432.474:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir24896_192026952\Crashpad: The system cannot find the file specified. (0x2) +[1215/024705.732:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29320_70727164\Crashpad: The system cannot find the file specified. (0x2) +[1215/024711.475:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir12764_1086602725\Crashpad: The system cannot find the file specified. (0x2) +[1215/024714.738:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31568_1169958997\Crashpad: The system cannot find the file specified. (0x2) +[1215/024727.500:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31008_43685107\Crashpad: The system cannot find the file specified. (0x2) +[1215/024737.013:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31248_1929768676\Crashpad: The system cannot find the file specified. (0x2) +[1215/024747.580:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27704_59775542\Crashpad: The system cannot find the file specified. (0x2) +[1215/024751.191:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir30348_1218887494\Crashpad: The system cannot find the file specified. (0x2) +[1215/024801.875:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir30472_1597419758\Crashpad: The system cannot find the file specified. (0x2) +[1215/024900.671:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31404_17643166\Crashpad: The system cannot find the file specified. (0x2) +[1215/024903.939:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir26460_1450749538\Crashpad: The system cannot find the file specified. (0x2) +[1215/024914.430:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20644_399602051\Crashpad: The system cannot find the file specified. (0x2) +[1215/024930.570:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir24228_644720059\Crashpad: The system cannot find the file specified. (0x2) +[1215/024934.665:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28080_277766347\Crashpad: The system cannot find the file specified. (0x2) +[1215/024941.172:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29944_1304498757\Crashpad: The system cannot find the file specified. (0x2) +[1215/024944.566:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31528_1712720997\Crashpad: The system cannot find the file specified. (0x2) +[1215/024947.849:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25772_1453646475\Crashpad: The system cannot find the file specified. (0x2) +[1215/025006.652:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23376_160098585\Crashpad: The system cannot find the file specified. (0x2) +[1215/025010.561:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31508_335135634\Crashpad: The system cannot find the file specified. (0x2) +[1215/025014.131:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir1472_8650644\Crashpad: The system cannot find the file specified. (0x2) +[1215/025027.704:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27080_1198082082\Crashpad: The system cannot find the file specified. (0x2) +[1215/025031.185:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir11136_1551411728\Crashpad: The system cannot find the file specified. (0x2) +[1215/025034.757:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22792_803502277\Crashpad: The system cannot find the file specified. (0x2) +[1215/025038.422:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir24456_2031483905\Crashpad: The system cannot find the file specified. (0x2) +[1215/025053.633:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir26100_1822849847\Crashpad: The system cannot find the file specified. (0x2) +[1215/025057.245:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir12956_155557869\Crashpad: The system cannot find the file specified. (0x2) +[1215/025100.633:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir1704_1087365205\Crashpad: The system cannot find the file specified. (0x2) +[1215/025104.294:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29660_1760890285\Crashpad: The system cannot find the file specified. (0x2) +[1215/025113.994:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27264_2134285361\Crashpad: The system cannot find the file specified. (0x2) +[1215/025120.955:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27432_963445609\Crashpad: The system cannot find the file specified. (0x2) +[1215/025124.424:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27008_1457643984\Crashpad: The system cannot find the file specified. (0x2) +[1215/025130.414:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28360_1216210314\Crashpad: The system cannot find the file specified. (0x2) +[1215/025150.975:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29188_1974763447\Crashpad: The system cannot find the file specified. (0x2) +[1215/025155.143:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25628_2131802736\Crashpad: The system cannot find the file specified. (0x2) +[1215/025203.979:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir30008_1594897107\Crashpad: The system cannot find the file specified. (0x2) +[1215/025207.586:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29720_481006475\Crashpad: The system cannot find the file specified. (0x2) +[1215/025216.503:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31672_55840537\Crashpad: The system cannot find the file specified. (0x2) +[1215/025220.277:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29884_1382817922\Crashpad: The system cannot find the file specified. (0x2) +[1215/025229.531:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir5840_1115301784\Crashpad: The system cannot find the file specified. (0x2) +[1215/025232.964:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29064_1283804993\Crashpad: The system cannot find the file specified. (0x2) +[1215/025239.071:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir24028_430150833\Crashpad: The system cannot find the file specified. (0x2) +[1215/025255.847:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28592_15617124\Crashpad: The system cannot find the file specified. (0x2) +[1215/030014.750:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18384_28372850\Crashpad: The system cannot find the file specified. (0x2) +[1215/030024.438:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir32260_2053180302\Crashpad: The system cannot find the file specified. (0x2) +[1215/030028.549:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25884_1447964480\Crashpad: The system cannot find the file specified. (0x2) +[1215/030042.278:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir33316_1645854646\Crashpad: The system cannot find the file specified. (0x2) +[1215/030049.052:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir34472_974847769\Crashpad: The system cannot find the file specified. (0x2) +[1215/030314.086:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29276_1421736557\Crashpad: The system cannot find the file specified. (0x2) +[1215/030317.719:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29392_505433103\Crashpad: The system cannot find the file specified. (0x2) +[1215/030321.092:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir26748_1339540601\Crashpad: The system cannot find the file specified. (0x2) +[1215/030324.414:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir32788_1930836827\Crashpad: The system cannot find the file specified. (0x2) +[1215/030337.528:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir15472_970981932\Crashpad: The system cannot find the file specified. (0x2) +[1215/030347.977:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir32176_332929627\Crashpad: The system cannot find the file specified. (0x2) +[1215/030359.532:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir35428_960094911\Crashpad: The system cannot find the file specified. (0x2) +[1215/030412.393:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir36028_208591515\Crashpad: The system cannot find the file specified. (0x2) +[1215/030513.333:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir35620_1215026429\Crashpad: The system cannot find the file specified. (0x2) +[1215/030516.640:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir26256_949185035\Crashpad: The system cannot find the file specified. (0x2) +[1215/030526.487:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31948_492981466\Crashpad: The system cannot find the file specified. (0x2) +[1215/030541.434:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23720_1582490127\Crashpad: The system cannot find the file specified. (0x2) +[1215/030545.522:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir36980_1095282091\Crashpad: The system cannot find the file specified. (0x2) +[1215/030552.399:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir5516_1486898305\Crashpad: The system cannot find the file specified. (0x2) +[1215/030556.180:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir32840_248360288\Crashpad: The system cannot find the file specified. (0x2) +[1215/030600.092:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29448_1274476400\Crashpad: The system cannot find the file specified. (0x2) +[1215/030618.220:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir37284_1644436714\Crashpad: The system cannot find the file specified. (0x2) +[1215/030622.089:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29188_678134685\Crashpad: The system cannot find the file specified. (0x2) +[1215/030625.675:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir37576_1007454601\Crashpad: The system cannot find the file specified. (0x2) +[1215/030639.205:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir36196_746762753\Crashpad: The system cannot find the file specified. (0x2) +[1215/030642.454:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir32876_690587123\Crashpad: The system cannot find the file specified. (0x2) +[1215/030646.115:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir36624_1144591725\Crashpad: The system cannot find the file specified. (0x2) +[1215/030649.637:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir35176_1375854876\Crashpad: The system cannot find the file specified. (0x2) +[1215/030704.741:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22524_1948990157\Crashpad: The system cannot find the file specified. (0x2) +[1215/030708.840:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir36892_1871586847\Crashpad: The system cannot find the file specified. (0x2) +[1215/030713.035:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir37520_989236803\Crashpad: The system cannot find the file specified. (0x2) +[1215/030716.433:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir35652_449676549\Crashpad: The system cannot find the file specified. (0x2) +[1215/030725.872:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir26480_1236319109\Crashpad: The system cannot find the file specified. (0x2) +[1215/030732.511:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir37152_850214926\Crashpad: The system cannot find the file specified. (0x2) +[1215/030735.947:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir35116_1616719093\Crashpad: The system cannot find the file specified. (0x2) +[1215/030741.799:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir10716_1754620309\Crashpad: The system cannot find the file specified. (0x2) +[1215/030746.611:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir38060_759704151\Crashpad: The system cannot find the file specified. (0x2) +[1215/030758.751:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir34208_818774835\Crashpad: The system cannot find the file specified. (0x2) +[1215/030802.860:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir30068_1521921816\Crashpad: The system cannot find the file specified. (0x2) +[1215/030806.251:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir33884_909288248\Crashpad: The system cannot find the file specified. (0x2) +[1215/030815.150:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir38564_15546931\Crashpad: The system cannot find the file specified. (0x2) +[1215/030818.837:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir38660_2009086651\Crashpad: The system cannot find the file specified. (0x2) +[1215/030827.956:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir32464_1107732647\Crashpad: The system cannot find the file specified. (0x2) +[1215/030831.467:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir36020_105193111\Crashpad: The system cannot find the file specified. (0x2) +[1215/030840.308:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir32320_991211915\Crashpad: The system cannot find the file specified. (0x2) +[1215/030844.056:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir32504_546300747\Crashpad: The system cannot find the file specified. (0x2) +[1215/030850.331:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir38680_1665933900\Crashpad: The system cannot find the file specified. (0x2) +[1215/030907.293:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir36856_2137121329\Crashpad: The system cannot find the file specified. (0x2) +[1216/010330.070:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir17492_230901605\Crashpad: The system cannot find the file specified. (0x2) +[1216/010338.973:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir236_1173507881\Crashpad: The system cannot find the file specified. (0x2) +[1216/010342.076:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21004_1798761912\Crashpad: The system cannot find the file specified. (0x2) +[1216/010354.467:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20604_290107052\Crashpad: The system cannot find the file specified. (0x2) +[1216/010400.755:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22472_761868676\Crashpad: The system cannot find the file specified. (0x2) +[1216/010623.698:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir11408_918576502\Crashpad: The system cannot find the file specified. (0x2) +[1216/010626.851:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir5360_1833891893\Crashpad: The system cannot find the file specified. (0x2) +[1216/010629.864:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22160_1242027942\Crashpad: The system cannot find the file specified. (0x2) +[1216/010632.958:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22272_991263376\Crashpad: The system cannot find the file specified. (0x2) +[1216/010645.209:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22492_529050454\Crashpad: The system cannot find the file specified. (0x2) +[1216/010654.074:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22068_1215400026\Crashpad: The system cannot find the file specified. (0x2) +[1216/010703.817:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19804_466675043\Crashpad: The system cannot find the file specified. (0x2) +[1216/010707.158:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22496_1095876383\Crashpad: The system cannot find the file specified. (0x2) +[1216/010716.905:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir8356_340646313\Crashpad: The system cannot find the file specified. (0x2) +[1216/010813.607:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir3764_1368846618\Crashpad: The system cannot find the file specified. (0x2) +[1216/010816.650:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20176_872108936\Crashpad: The system cannot find the file specified. (0x2) +[1216/010838.998:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir12848_827844913\Crashpad: The system cannot find the file specified. (0x2) +[1216/010842.777:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir3896_201619583\Crashpad: The system cannot find the file specified. (0x2) +[1216/010849.111:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22676_417665573\Crashpad: The system cannot find the file specified. (0x2) +[1216/010852.667:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22220_668067309\Crashpad: The system cannot find the file specified. (0x2) +[1216/010855.956:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23084_703485285\Crashpad: The system cannot find the file specified. (0x2) +[1216/010911.272:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21936_571506412\Crashpad: The system cannot find the file specified. (0x2) +[1216/010914.685:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir448_1952707464\Crashpad: The system cannot find the file specified. (0x2) +[1216/010917.934:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir8148_1332903995\Crashpad: The system cannot find the file specified. (0x2) +[1216/010930.283:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18920_1886376018\Crashpad: The system cannot find the file specified. (0x2) +[1216/010933.390:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22056_1330226039\Crashpad: The system cannot find the file specified. (0x2) +[1216/010937.061:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19812_2146462096\Crashpad: The system cannot find the file specified. (0x2) +[1216/010940.400:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23232_1156688322\Crashpad: The system cannot find the file specified. (0x2) +[1216/010954.433:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir2248_887402232\Crashpad: The system cannot find the file specified. (0x2) +[1216/010958.014:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19492_1337183876\Crashpad: The system cannot find the file specified. (0x2) +[1216/011001.904:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir7236_1361121120\Crashpad: The system cannot find the file specified. (0x2) +[1216/011005.299:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22668_2052973770\Crashpad: The system cannot find the file specified. (0x2) +[1216/011014.660:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir2540_1508295517\Crashpad: The system cannot find the file specified. (0x2) +[1216/011021.581:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir5060_1931106688\Crashpad: The system cannot find the file specified. (0x2) +[1216/011025.070:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir1528_1472555405\Crashpad: The system cannot find the file specified. (0x2) +[1216/011030.813:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir3232_2000976708\Crashpad: The system cannot find the file specified. (0x2) +[1216/011035.487:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir12756_720467453\Crashpad: The system cannot find the file specified. (0x2) +[1216/011050.529:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18964_703295291\Crashpad: The system cannot find the file specified. (0x2) +[1216/011053.912:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir9800_807398774\Crashpad: The system cannot find the file specified. (0x2) +[1216/011102.730:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21820_1793693121\Crashpad: The system cannot find the file specified. (0x2) +[1216/011106.078:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir236_1973708244\Crashpad: The system cannot find the file specified. (0x2) +[1216/011114.639:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir14232_723732059\Crashpad: The system cannot find the file specified. (0x2) +[1216/011118.005:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir11868_1491623677\Crashpad: The system cannot find the file specified. (0x2) +[1216/011126.692:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22128_692591898\Crashpad: The system cannot find the file specified. (0x2) +[1216/011130.235:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20352_2021791881\Crashpad: The system cannot find the file specified. (0x2) +[1216/011136.319:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22612_1331573969\Crashpad: The system cannot find the file specified. (0x2) +[1216/011153.035:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20756_549617722\Crashpad: The system cannot find the file specified. (0x2) +[1216/012733.255:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir8356_987824922\Crashpad: The system cannot find the file specified. (0x2) +[1216/012741.959:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir14216_328340885\Crashpad: The system cannot find the file specified. (0x2) +[1216/012745.186:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21172_1496564039\Crashpad: The system cannot find the file specified. (0x2) +[1216/012758.166:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir240_2099046732\Crashpad: The system cannot find the file specified. (0x2) +[1216/012804.310:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22112_358488988\Crashpad: The system cannot find the file specified. (0x2) +[1216/013025.116:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20916_996346067\Crashpad: The system cannot find the file specified. (0x2) +[1216/013028.348:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir3180_1719557785\Crashpad: The system cannot find the file specified. (0x2) +[1216/013031.433:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23448_366320747\Crashpad: The system cannot find the file specified. (0x2) +[1216/013034.530:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22716_172725882\Crashpad: The system cannot find the file specified. (0x2) +[1216/013046.739:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19484_984685092\Crashpad: The system cannot find the file specified. (0x2) +[1216/013055.382:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir5020_889505675\Crashpad: The system cannot find the file specified. (0x2) +[1216/013105.068:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir15236_1098562516\Crashpad: The system cannot find the file specified. (0x2) +[1216/013108.478:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir24100_431830899\Crashpad: The system cannot find the file specified. (0x2) +[1216/013118.318:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir7480_1914447225\Crashpad: The system cannot find the file specified. (0x2) +[1216/013215.992:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22232_264127281\Crashpad: The system cannot find the file specified. (0x2) +[1216/013219.548:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23040_1965893968\Crashpad: The system cannot find the file specified. (0x2) +[1216/013230.337:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir11276_1123317584\Crashpad: The system cannot find the file specified. (0x2) +[1216/013245.856:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22436_1913369683\Crashpad: The system cannot find the file specified. (0x2) +[1216/013254.985:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21576_573701037\Crashpad: The system cannot find the file specified. (0x2) +[1216/013258.317:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23572_1949656177\Crashpad: The system cannot find the file specified. (0x2) +[1216/013301.556:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22608_1706050840\Crashpad: The system cannot find the file specified. (0x2) +[1216/013318.040:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir12412_1349474281\Crashpad: The system cannot find the file specified. (0x2) +[1216/013321.664:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir14752_1831190967\Crashpad: The system cannot find the file specified. (0x2) +[1216/013337.817:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20912_1688258111\Crashpad: The system cannot find the file specified. (0x2) +[1216/013341.098:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23356_107158069\Crashpad: The system cannot find the file specified. (0x2) +[1216/013344.374:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir16180_1849688504\Crashpad: The system cannot find the file specified. (0x2) +[1216/013347.936:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir4480_981516480\Crashpad: The system cannot find the file specified. (0x2) +[1216/013402.717:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir6132_10883174\Crashpad: The system cannot find the file specified. (0x2) +[1216/013407.117:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir24456_218228115\Crashpad: The system cannot find the file specified. (0x2) +[1216/013411.104:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir584_118056303\Crashpad: The system cannot find the file specified. (0x2) +[1216/013424.192:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25424_1951499362\Crashpad: The system cannot find the file specified. (0x2) +[1216/013431.273:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20492_1146483112\Crashpad: The system cannot find the file specified. (0x2) +[1216/013434.972:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir4108_1043108646\Crashpad: The system cannot find the file specified. (0x2) +[1216/013440.860:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25216_299860953\Crashpad: The system cannot find the file specified. (0x2) +[1216/013446.640:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23268_2028097651\Crashpad: The system cannot find the file specified. (0x2) +[1216/013505.539:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21096_281093482\Crashpad: The system cannot find the file specified. (0x2) +[1216/013518.954:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir15988_1648178625\Crashpad: The system cannot find the file specified. (0x2) +[1216/013530.449:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir12592_356203484\Crashpad: The system cannot find the file specified. (0x2) +[1216/013534.062:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir444_1782238531\Crashpad: The system cannot find the file specified. (0x2) +[1216/013544.003:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir24216_1806193584\Crashpad: The system cannot find the file specified. (0x2) +[1216/013547.709:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir2244_1539609711\Crashpad: The system cannot find the file specified. (0x2) +[1216/013554.054:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20096_649356218\Crashpad: The system cannot find the file specified. (0x2) +[1216/013610.495:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23648_841217052\Crashpad: The system cannot find the file specified. (0x2) +[1216/014801.390:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir584_1443255799\Crashpad: The system cannot find the file specified. (0x2) +[1216/015105.584:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir26052_971611418\Crashpad: The system cannot find the file specified. (0x2) +[1216/015337.432:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27616_379600646\Crashpad: The system cannot find the file specified. (0x2) +[1216/015354.903:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21376_1578781128\Crashpad: The system cannot find the file specified. (0x2) +[1216/015403.998:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27848_829082249\Crashpad: The system cannot find the file specified. (0x2) +[1216/015413.882:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23912_1577809065\Crashpad: The system cannot find the file specified. (0x2) +[1216/015417.053:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir1040_575096131\Crashpad: The system cannot find the file specified. (0x2) +[1216/015427.371:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir26816_1948329758\Crashpad: The system cannot find the file specified. (0x2) +[1216/015525.014:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25276_633026325\Crashpad: The system cannot find the file specified. (0x2) +[1216/015528.225:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28212_180850346\Crashpad: The system cannot find the file specified. (0x2) +[1216/015537.754:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir2524_777468178\Crashpad: The system cannot find the file specified. (0x2) +[1216/015552.512:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir26480_1496654632\Crashpad: The system cannot find the file specified. (0x2) +[1216/015556.311:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir24676_1581671948\Crashpad: The system cannot find the file specified. (0x2) +[1216/015602.669:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25448_267580989\Crashpad: The system cannot find the file specified. (0x2) +[1216/015606.036:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir16196_42909612\Crashpad: The system cannot find the file specified. (0x2) +[1216/015609.708:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir2196_1794868202\Crashpad: The system cannot find the file specified. (0x2) +[1216/015626.882:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27572_891546042\Crashpad: The system cannot find the file specified. (0x2) +[1216/015630.504:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28148_1703310400\Crashpad: The system cannot find the file specified. (0x2) +[1216/015645.607:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir1272_541771460\Crashpad: The system cannot find the file specified. (0x2) +[1216/015649.229:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir24208_2007210436\Crashpad: The system cannot find the file specified. (0x2) +[1216/015653.146:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28368_1559963629\Crashpad: The system cannot find the file specified. (0x2) +[1216/015656.609:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27060_1561047613\Crashpad: The system cannot find the file specified. (0x2) +[1216/015710.464:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27200_1635591257\Crashpad: The system cannot find the file specified. (0x2) +[1216/015714.269:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir26168_624818686\Crashpad: The system cannot find the file specified. (0x2) +[1216/015718.121:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir24844_1387213709\Crashpad: The system cannot find the file specified. (0x2) +[1216/015721.596:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25820_1974388936\Crashpad: The system cannot find the file specified. (0x2) +[1216/015730.740:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir10536_876471106\Crashpad: The system cannot find the file specified. (0x2) +[1216/015736.982:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25560_907546355\Crashpad: The system cannot find the file specified. (0x2) +[1216/015740.248:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir1756_1833246299\Crashpad: The system cannot find the file specified. (0x2) +[1216/015745.899:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir26628_363667932\Crashpad: The system cannot find the file specified. (0x2) +[1216/015750.297:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir6972_525152537\Crashpad: The system cannot find the file specified. (0x2) +[1216/015802.394:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22560_420552697\Crashpad: The system cannot find the file specified. (0x2) +[1216/015805.993:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir15636_563982892\Crashpad: The system cannot find the file specified. (0x2) +[1216/015809.498:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29504_220818199\Crashpad: The system cannot find the file specified. (0x2) +[1216/015818.498:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir2352_1233874087\Crashpad: The system cannot find the file specified. (0x2) +[1216/015822.049:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27572_534681762\Crashpad: The system cannot find the file specified. (0x2) +[1216/015831.000:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir5584_561043736\Crashpad: The system cannot find the file specified. (0x2) +[1216/015834.570:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29288_763989892\Crashpad: The system cannot find the file specified. (0x2) +[1216/015843.332:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18744_1095606863\Crashpad: The system cannot find the file specified. (0x2) +[1216/015847.757:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27912_814362339\Crashpad: The system cannot find the file specified. (0x2) +[1216/015853.728:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir17488_152038826\Crashpad: The system cannot find the file specified. (0x2) +[1216/015909.043:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19288_216581094\Crashpad: The system cannot find the file specified. (0x2) +[1216/020100.967:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25796_1932032686\Crashpad: The system cannot find the file specified. (0x2) +[1216/021356.349:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27068_1855907203\Crashpad: The system cannot find the file specified. (0x2) +[1216/021420.119:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28112_275750982\Crashpad: The system cannot find the file specified. (0x2) +[1216/021646.880:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28008_593481233\Crashpad: The system cannot find the file specified. (0x2) +[1216/021650.610:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir26768_218761680\Crashpad: The system cannot find the file specified. (0x2) +[1216/021654.092:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18628_298966717\Crashpad: The system cannot find the file specified. (0x2) +[1216/021657.862:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28196_1911010908\Crashpad: The system cannot find the file specified. (0x2) +[1216/021818.932:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir15256_400768044\Crashpad: The system cannot find the file specified. (0x2) +[1216/021828.213:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25136_1472925832\Crashpad: The system cannot find the file specified. (0x2) +[1216/021838.452:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25816_451422911\Crashpad: The system cannot find the file specified. (0x2) +[1216/021842.076:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir22968_2057488351\Crashpad: The system cannot find the file specified. (0x2) +[1216/021852.178:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir7976_1212437182\Crashpad: The system cannot find the file specified. (0x2) +[1216/022006.922:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19784_1298328871\Crashpad: The system cannot find the file specified. (0x2) +[1216/022010.019:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29032_2100603871\Crashpad: The system cannot find the file specified. (0x2) +[1216/022019.919:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28596_905778998\Crashpad: The system cannot find the file specified. (0x2) +[1216/022034.676:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir14420_520678697\Crashpad: The system cannot find the file specified. (0x2) +[1216/022038.383:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29180_2062336206\Crashpad: The system cannot find the file specified. (0x2) +[1216/022044.833:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25644_673191825\Crashpad: The system cannot find the file specified. (0x2) +[1216/022048.438:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29132_1840306708\Crashpad: The system cannot find the file specified. (0x2) +[1216/022052.212:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28944_1254389233\Crashpad: The system cannot find the file specified. (0x2) +[1216/022109.103:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20596_660512765\Crashpad: The system cannot find the file specified. (0x2) +[1216/022113.148:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27852_1296474029\Crashpad: The system cannot find the file specified. (0x2) +[1216/022116.643:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir7724_878709569\Crashpad: The system cannot find the file specified. (0x2) +[1216/022129.969:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27160_717325051\Crashpad: The system cannot find the file specified. (0x2) +[1216/022133.506:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27888_696905651\Crashpad: The system cannot find the file specified. (0x2) +[1216/022136.937:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir16760_176800486\Crashpad: The system cannot find the file specified. (0x2) +[1216/022140.491:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29324_3587589\Crashpad: The system cannot find the file specified. (0x2) +[1216/022154.508:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25676_434335901\Crashpad: The system cannot find the file specified. (0x2) +[1216/022158.125:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir12700_2118327672\Crashpad: The system cannot find the file specified. (0x2) +[1216/022201.693:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23320_1299599838\Crashpad: The system cannot find the file specified. (0x2) +[1216/022205.593:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir2888_1945097179\Crashpad: The system cannot find the file specified. (0x2) +[1216/022215.173:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18864_572950906\Crashpad: The system cannot find the file specified. (0x2) +[1216/022222.248:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir24116_1243538597\Crashpad: The system cannot find the file specified. (0x2) +[1216/022225.897:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir5568_1813995078\Crashpad: The system cannot find the file specified. (0x2) +[1216/022249.918:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28200_551619997\Crashpad: The system cannot find the file specified. (0x2) +[1216/022253.439:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29052_792653350\Crashpad: The system cannot find the file specified. (0x2) +[1216/022302.126:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir26744_406574309\Crashpad: The system cannot find the file specified. (0x2) +[1216/022305.596:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir26240_1423565944\Crashpad: The system cannot find the file specified. (0x2) +[1216/022314.443:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir26028_516375889\Crashpad: The system cannot find the file specified. (0x2) +[1216/022317.764:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29208_1174188653\Crashpad: The system cannot find the file specified. (0x2) +[1216/022328.744:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18724_1417008991\Crashpad: The system cannot find the file specified. (0x2) +[1216/022335.116:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir16196_1054618049\Crashpad: The system cannot find the file specified. (0x2) +[1216/022351.648:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25696_1924845430\Crashpad: The system cannot find the file specified. (0x2) +[1216/022734.582:ERROR:process_reader_win.cc(123)] NtOpenThread: {Access Denied} A process has requested access to an object, but has not been granted those access rights. (0xc0000022) +[1216/022734.598:ERROR:exception_snapshot_win.cc(98)] thread ID 19824 not found in process +[1216/022828.111:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir5716_967763188\Crashpad: The system cannot find the file specified. (0x2) +[1216/022837.018:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27612_97775067\Crashpad: The system cannot find the file specified. (0x2) +[1216/022840.350:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir17396_1521248918\Crashpad: The system cannot find the file specified. (0x2) +[1216/022853.173:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21568_331042115\Crashpad: The system cannot find the file specified. (0x2) +[1216/022859.532:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29852_240412806\Crashpad: The system cannot find the file specified. (0x2) +[1216/023122.195:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir10440_2129048524\Crashpad: The system cannot find the file specified. (0x2) +[1216/023130.301:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21188_1198799304\Crashpad: The system cannot find the file specified. (0x2) +[1216/023142.816:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19408_2141425530\Crashpad: The system cannot find the file specified. (0x2) +[1216/023201.146:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir26336_1517096631\Crashpad: The system cannot find the file specified. (0x2) +[1216/023204.474:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28964_937165395\Crashpad: The system cannot find the file specified. (0x2) +[1216/023214.705:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19452_558170274\Crashpad: The system cannot find the file specified. (0x2) +[1216/023324.544:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir30516_2068402376\Crashpad: The system cannot find the file specified. (0x2) +[1216/023338.169:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29304_464685275\Crashpad: The system cannot find the file specified. (0x2) +[1216/023341.583:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir12412_53333851\Crashpad: The system cannot find the file specified. (0x2) +[1216/023348.006:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23688_1228274190\Crashpad: The system cannot find the file specified. (0x2) +[1216/023351.357:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25816_1717173914\Crashpad: The system cannot find the file specified. (0x2) +[1216/023354.568:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir14876_1600177758\Crashpad: The system cannot find the file specified. (0x2) +[1216/023409.443:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27048_890819623\Crashpad: The system cannot find the file specified. (0x2) +[1216/023413.140:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27164_1496389539\Crashpad: The system cannot find the file specified. (0x2) +[1216/023416.513:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir18772_25752963\Crashpad: The system cannot find the file specified. (0x2) +[1216/023428.840:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir11204_1960524537\Crashpad: The system cannot find the file specified. (0x2) +[1216/023431.894:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir26588_1461855205\Crashpad: The system cannot find the file specified. (0x2) +[1216/023435.153:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19196_171409911\Crashpad: The system cannot find the file specified. (0x2) +[1216/023438.618:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28112_142290196\Crashpad: The system cannot find the file specified. (0x2) +[1216/023452.481:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir26300_937670475\Crashpad: The system cannot find the file specified. (0x2) +[1216/023455.921:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir24100_415004634\Crashpad: The system cannot find the file specified. (0x2) +[1216/023459.223:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27688_1766088256\Crashpad: The system cannot find the file specified. (0x2) +[1216/023502.519:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29844_1957911092\Crashpad: The system cannot find the file specified. (0x2) +[1216/023511.653:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31412_1069578180\Crashpad: The system cannot find the file specified. (0x2) +[1216/023517.790:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31312_10450443\Crashpad: The system cannot find the file specified. (0x2) +[1216/023520.848:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir16604_123834171\Crashpad: The system cannot find the file specified. (0x2) +[1216/023526.445:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir26684_823959755\Crashpad: The system cannot find the file specified. (0x2) +[1216/023530.974:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31300_841465756\Crashpad: The system cannot find the file specified. (0x2) +[1216/023542.757:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19380_1998623684\Crashpad: The system cannot find the file specified. (0x2) +[1216/023546.329:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir26120_1974581294\Crashpad: The system cannot find the file specified. (0x2) +[1216/023549.649:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31508_1762813215\Crashpad: The system cannot find the file specified. (0x2) +[1216/023558.326:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir30956_1687360418\Crashpad: The system cannot find the file specified. (0x2) +[1216/023601.485:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29208_398322685\Crashpad: The system cannot find the file specified. (0x2) +[1216/023609.895:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25704_1165710329\Crashpad: The system cannot find the file specified. (0x2) +[1216/023613.224:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28808_648761784\Crashpad: The system cannot find the file specified. (0x2) +[1216/023621.620:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28480_256462075\Crashpad: The system cannot find the file specified. (0x2) +[1216/023624.891:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir16476_1962505604\Crashpad: The system cannot find the file specified. (0x2) +[1216/023630.776:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir30880_1797753209\Crashpad: The system cannot find the file specified. (0x2) +[1216/023645.486:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir10436_457138607\Crashpad: The system cannot find the file specified. (0x2) +[1216/024308.322:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19132_1052051579\Crashpad: The system cannot find the file specified. (0x2) +[1216/024317.158:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir29568_143533285\Crashpad: The system cannot find the file specified. (0x2) +[1216/024320.506:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20008_1033040891\Crashpad: The system cannot find the file specified. (0x2) +[1216/024333.665:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir2060_759948928\Crashpad: The system cannot find the file specified. (0x2) +[1216/024339.925:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir33348_1479779247\Crashpad: The system cannot find the file specified. (0x2) +[1216/024600.402:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31812_384537157\Crashpad: The system cannot find the file specified. (0x2) +[1216/024603.867:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir32848_754232208\Crashpad: The system cannot find the file specified. (0x2) +[1216/024607.079:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20372_1652476289\Crashpad: The system cannot find the file specified. (0x2) +[1216/024610.327:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28024_1618855058\Crashpad: The system cannot find the file specified. (0x2) +[1216/024622.810:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir32424_991415902\Crashpad: The system cannot find the file specified. (0x2) +[1216/024631.695:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir33132_547269536\Crashpad: The system cannot find the file specified. (0x2) +[1216/024641.463:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir32864_508428414\Crashpad: The system cannot find the file specified. (0x2) +[1216/024644.813:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir33116_1231388189\Crashpad: The system cannot find the file specified. (0x2) +[1216/024654.541:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31824_1589893156\Crashpad: The system cannot find the file specified. (0x2) +[1216/024752.077:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31856_896501414\Crashpad: The system cannot find the file specified. (0x2) +[1216/024755.292:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27332_495093841\Crashpad: The system cannot find the file specified. (0x2) +[1216/024804.776:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir20544_1287880043\Crashpad: The system cannot find the file specified. (0x2) +[1216/024818.451:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir10216_876184119\Crashpad: The system cannot find the file specified. (0x2) +[1216/024821.716:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31112_439002001\Crashpad: The system cannot find the file specified. (0x2) +[1216/024827.791:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir33168_525248961\Crashpad: The system cannot find the file specified. (0x2) +[1216/024831.126:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir26244_1020212816\Crashpad: The system cannot find the file specified. (0x2) +[1216/024834.261:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir33752_2135988024\Crashpad: The system cannot find the file specified. (0x2) +[1216/024849.248:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir32044_1991962455\Crashpad: The system cannot find the file specified. (0x2) +[1216/024852.766:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir33432_715558278\Crashpad: The system cannot find the file specified. (0x2) +[1216/024856.344:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir33012_1342767366\Crashpad: The system cannot find the file specified. (0x2) +[1216/024909.296:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31868_341634443\Crashpad: The system cannot find the file specified. (0x2) +[1216/024912.748:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir15552_239560023\Crashpad: The system cannot find the file specified. (0x2) +[1216/024916.008:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir33384_147730197\Crashpad: The system cannot find the file specified. (0x2) +[1216/024919.474:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25388_1458028102\Crashpad: The system cannot find the file specified. (0x2) +[1216/024933.822:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir30164_948739318\Crashpad: The system cannot find the file specified. (0x2) +[1216/024938.056:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir33404_222221045\Crashpad: The system cannot find the file specified. (0x2) +[1216/024941.507:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25632_1606483295\Crashpad: The system cannot find the file specified. (0x2) +[1216/024944.737:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir30880_352314776\Crashpad: The system cannot find the file specified. (0x2) +[1216/024953.748:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir34404_1517193703\Crashpad: The system cannot find the file specified. (0x2) +[1216/025000.178:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27188_1945929788\Crashpad: The system cannot find the file specified. (0x2) +[1216/025004.079:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir34060_1319025409\Crashpad: The system cannot find the file specified. (0x2) +[1216/025010.140:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir34468_908258430\Crashpad: The system cannot find the file specified. (0x2) +[1216/025014.636:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir32224_408461878\Crashpad: The system cannot find the file specified. (0x2) +[1216/025026.152:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir32488_1416609960\Crashpad: The system cannot find the file specified. (0x2) +[1216/025029.721:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31652_1701452737\Crashpad: The system cannot find the file specified. (0x2) +[1216/025033.180:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir7592_524950631\Crashpad: The system cannot find the file specified. (0x2) +[1216/025041.906:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir33164_608615402\Crashpad: The system cannot find the file specified. (0x2) +[1216/025045.340:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir13800_1024696851\Crashpad: The system cannot find the file specified. (0x2) +[1216/025053.792:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir25680_181786368\Crashpad: The system cannot find the file specified. (0x2) +[1216/025056.998:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir33268_1067361295\Crashpad: The system cannot find the file specified. (0x2) +[1216/025105.444:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir33452_1263703944\Crashpad: The system cannot find the file specified. (0x2) +[1216/025108.742:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir27544_1640921777\Crashpad: The system cannot find the file specified. (0x2) +[1216/025114.572:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir32824_2065951224\Crashpad: The system cannot find the file specified. (0x2) +[1216/025131.618:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir21408_24533311\Crashpad: The system cannot find the file specified. (0x2) +[1216/025636.695:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir33728_324401729\Crashpad: The system cannot find the file specified. (0x2) +[1216/025646.007:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir35776_1560833894\Crashpad: The system cannot find the file specified. (0x2) +[1216/025649.328:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir35284_479995846\Crashpad: The system cannot find the file specified. (0x2) +[1216/025702.269:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir34124_1810469180\Crashpad: The system cannot find the file specified. (0x2) +[1216/025708.509:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir30200_879558249\Crashpad: The system cannot find the file specified. (0x2) +[1216/025930.688:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir36504_954344790\Crashpad: The system cannot find the file specified. (0x2) +[1216/025934.132:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31616_327170196\Crashpad: The system cannot find the file specified. (0x2) +[1216/025937.353:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir35288_860194433\Crashpad: The system cannot find the file specified. (0x2) +[1216/025940.662:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir32856_301873856\Crashpad: The system cannot find the file specified. (0x2) +[1216/025953.197:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir36380_1933002899\Crashpad: The system cannot find the file specified. (0x2) +[1216/030002.074:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31792_1955591073\Crashpad: The system cannot find the file specified. (0x2) +[1216/030011.874:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir35564_776440452\Crashpad: The system cannot find the file specified. (0x2) +[1216/030015.511:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir35552_914842442\Crashpad: The system cannot find the file specified. (0x2) +[1216/030025.462:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir37812_1318950793\Crashpad: The system cannot find the file specified. (0x2) +[1216/030122.536:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir35744_1190252610\Crashpad: The system cannot find the file specified. (0x2) +[1216/030125.811:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir35132_1690840243\Crashpad: The system cannot find the file specified. (0x2) +[1216/030135.378:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir37172_909275253\Crashpad: The system cannot find the file specified. (0x2) +[1216/030149.696:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir37532_22185688\Crashpad: The system cannot find the file specified. (0x2) +[1216/030153.617:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir37704_309687737\Crashpad: The system cannot find the file specified. (0x2) +[1216/030159.874:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir19076_342675725\Crashpad: The system cannot find the file specified. (0x2) +[1216/030203.174:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir37856_1613432543\Crashpad: The system cannot find the file specified. (0x2) +[1216/030206.395:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir37632_380018987\Crashpad: The system cannot find the file specified. (0x2) +[1216/030222.595:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir35672_324068018\Crashpad: The system cannot find the file specified. (0x2) +[1216/030226.256:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir34876_1854794532\Crashpad: The system cannot find the file specified. (0x2) +[1216/030230.641:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir37316_2006151753\Crashpad: The system cannot find the file specified. (0x2) +[1216/030243.751:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir2060_2094947490\Crashpad: The system cannot find the file specified. (0x2) +[1216/030247.420:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir32100_2059577008\Crashpad: The system cannot find the file specified. (0x2) +[1216/030250.903:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31916_958167086\Crashpad: The system cannot find the file specified. (0x2) +[1216/030254.241:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir34128_313060513\Crashpad: The system cannot find the file specified. (0x2) +[1216/030307.998:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir37652_44520224\Crashpad: The system cannot find the file specified. (0x2) +[1216/030311.936:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir28796_921009933\Crashpad: The system cannot find the file specified. (0x2) +[1216/030316.020:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir24868_661251728\Crashpad: The system cannot find the file specified. (0x2) +[1216/030319.777:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir32184_711311441\Crashpad: The system cannot find the file specified. (0x2) +[1216/030329.118:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir23268_1533922734\Crashpad: The system cannot find the file specified. (0x2) +[1216/030335.814:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir37008_1114653019\Crashpad: The system cannot find the file specified. (0x2) +[1216/030339.362:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir37524_1169217677\Crashpad: The system cannot find the file specified. (0x2) +[1216/030345.282:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir13404_1809359578\Crashpad: The system cannot find the file specified. (0x2) +[1216/030350.134:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir32812_2006721751\Crashpad: The system cannot find the file specified. (0x2) +[1216/030401.541:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir35892_1995535795\Crashpad: The system cannot find the file specified. (0x2) +[1216/030405.670:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir35460_1747420661\Crashpad: The system cannot find the file specified. (0x2) +[1216/030409.290:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir37292_646247489\Crashpad: The system cannot find the file specified. (0x2) +[1216/030417.956:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir36540_1894857353\Crashpad: The system cannot find the file specified. (0x2) +[1216/030421.459:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir30936_1196100937\Crashpad: The system cannot find the file specified. (0x2) +[1216/030430.727:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir36880_1000625766\Crashpad: The system cannot find the file specified. (0x2) +[1216/030434.568:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir31128_986505969\Crashpad: The system cannot find the file specified. (0x2) +[1216/030443.537:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir35484_1252175326\Crashpad: The system cannot find the file specified. (0x2) +[1216/030447.043:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir35300_119057152\Crashpad: The system cannot find the file specified. (0x2) +[1216/030452.908:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir37780_381228054\Crashpad: The system cannot find the file specified. (0x2) +[1216/030510.123:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir37580_2020511769\Crashpad: The system cannot find the file specified. (0x2) +[1216/175921.072:ERROR:crash_report_database_win.cc(558)] GetFileAttributes C:\Users\risaboo\AppData\Local\Temp\scoped_dir74460_1509047897\Crashpad: The system cannot find the file specified. (0x2) +[1216/175925.906:ERROR:process_reader_win.cc(123)] NtOpenThread: {Access Denied} A process has requested access to an object, but has not been granted those access rights. (0xc0000022) +[1216/175925.908:ERROR:exception_snapshot_win.cc(98)] thread ID 1308 not found in process diff --git a/geckodriver.log b/geckodriver.log new file mode 100644 index 000000000..6091e1764 --- /dev/null +++ b/geckodriver.log @@ -0,0 +1,20 @@ +1576332426237 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "-marionette" "-foreground" "-no-remote" "-profile" "C:\\Users\\risaboo\\AppData\\Local\\Temp\\rust_mozprofilerD6usb" +1576332427096 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: mozillaAddons +1576332427096 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: telemetry +1576332427096 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: resource://pdf.js/ +1576332427097 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: about:reader* +JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. +1576332429381 Marionette INFO Listening on port 51682 +1576332429494 Marionette WARN TLS certificate errors will be ignored for this session +1576332429747 Marionette INFO Stopped listening on port 51682 +[Child 38316, Chrome_ChildThread] WARNING: pipe error: 109: file z:/task_1575282935/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 341 +[Child 38316, Ch[Child 38744, Chrome_ChildThread] WARNING: pipe error: 109: file z:/task_1575282935/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 341 +[Child 38744, Chrome_ChildThread] WARNING: pipe error: 109: file z:/task_1575282935/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 341 +[Parent 36968, Gecko_IOThread] WARNING: pipe error: 109: file z:/task_1575282935/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 341 +[Child 38104, Chrome_ChildThread] WARNING: pipe error: 109: file z:/task_1575282935/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 341 +[Child +###!!! [Child][RunMessage] Error: Channel closing: too late to send/recv, messages will be lost + +[ +###!!! [Child][MessageChannel::SendAndWait] Error: Channel error: cannot send/recv + diff --git a/src/SeleniumLibrary/base/context.py b/src/SeleniumLibrary/base/context.py index b7c7479a8..ec75fc0ac 100644 --- a/src/SeleniumLibrary/base/context.py +++ b/src/SeleniumLibrary/base/context.py @@ -15,7 +15,7 @@ # limitations under the License. from SeleniumLibrary.utils import escape_xpath_value - +from robot.utils import is_truthy class ContextAware(object): @@ -89,8 +89,14 @@ def find_elements(self, locator, tag=None, parent=None): """ return self.element_finder.find(locator, tag, False, False, parent) - def is_text_present(self, text): - locator = "xpath://*[contains(., %s)]" % escape_xpath_value(text) + def is_text_present(self, text, ignore_case=False): + escaped_text = escape_xpath_value(text) + if is_truthy(ignore_case): + u = escape_xpath_value(text.upper()) + l = escape_xpath_value(text.lower()) + locator = "xpath://*[contains(translate(., %s %s), translate(%s, %s, %s))]" % (u,l,escaped_text, u, l) + else: + locator = "xpath://*[contains(., %s)]" % escape_xpath_value(text) return self.find_element(locator, required=False) is not None def is_element_enabled(self, locator, tag=None): diff --git a/src/SeleniumLibrary/keywords/element.py b/src/SeleniumLibrary/keywords/element.py index 6247b3dcc..ebc0fb327 100644 --- a/src/SeleniumLibrary/keywords/element.py +++ b/src/SeleniumLibrary/keywords/element.py @@ -109,7 +109,7 @@ def element_should_not_contain(self, locator, expected, message=None, ignore_cas % (locator, expected_before)) @keyword - def page_should_contain(self, text, loglevel='TRACE'): + def page_should_contain(self, text, loglevel='TRACE', ignore_case = False): """Verifies that current page contains ``text``. If this keyword fails, it automatically logs the page source @@ -118,7 +118,7 @@ def page_should_contain(self, text, loglevel='TRACE'): ``WARN``, and ``NONE``. If the log level is ``NONE`` or below the current active log level the source will not be logged. """ - if not self._page_contains(text): + if not self._page_contains(text, ignore_case): self.ctx.log_source(loglevel) raise AssertionError("Page should have contained text '%s' " "but did not." % text) @@ -182,13 +182,13 @@ def locator_should_match_x_times(self, locator, x, message=None, loglevel='TRACE % (count, locator)) @keyword - def page_should_not_contain(self, text, loglevel='TRACE'): + def page_should_not_contain(self, text, loglevel='TRACE', ignore_case=False): """Verifies the current page does not contain ``text``. See `Page Should Contain` for an explanation about the ``loglevel`` argument. """ - if self._page_contains(text): + if self._page_contains(text, ignore_case): self.ctx.log_source(loglevel) raise AssertionError("Page should not have contained text '%s'." % text) @@ -1086,10 +1086,10 @@ def _map_named_key_code_to_special_key(self, key_name): self.debug(message) raise ValueError(message) - def _page_contains(self, text): + def _page_contains(self, text, ignore_case): self.driver.switch_to.default_content() - if self.is_text_present(text): + if self.is_text_present(text, ignore_case): return True subframes = self.find_elements("xpath://frame|//iframe") diff --git a/src/SeleniumLibrary/keywords/frames.py b/src/SeleniumLibrary/keywords/frames.py index c521eb2a0..d1778085e 100644 --- a/src/SeleniumLibrary/keywords/frames.py +++ b/src/SeleniumLibrary/keywords/frames.py @@ -16,7 +16,6 @@ from SeleniumLibrary.base import LibraryComponent, keyword - class FrameKeywords(LibraryComponent): @keyword @@ -48,7 +47,7 @@ def unselect_frame(self): self.driver.switch_to.default_content() @keyword - def current_frame_should_contain(self, text, loglevel='TRACE'): + def current_frame_should_contain(self, text, loglevel='TRACE', ignore_case=False): """Verifies that the current frame contains ``text``. See `Page Should Contain` for an explanation about the ``loglevel`` @@ -57,27 +56,28 @@ def current_frame_should_contain(self, text, loglevel='TRACE'): Prior to SeleniumLibrary 3.0 this keyword was named `Current Frame Contains`. """ - if not self.is_text_present(text): + if (not self.is_text_present(text, ignore_case)): self.log_source(loglevel) + self.debug(self.is_text_present(text,ignore_case)) raise AssertionError("Frame should have contained text '%s' " "but did not." % text) self.info("Current frame contains text '%s'." % text) @keyword - def current_frame_should_not_contain(self, text, loglevel='TRACE'): + def current_frame_should_not_contain(self, text, loglevel='TRACE', ignore_case=False): """Verifies that the current frame does not contain ``text``. See `Page Should Contain` for an explanation about the ``loglevel`` argument. """ - if self.is_text_present(text): + if self.is_text_present(text, ignore_case): self.log_source(loglevel) raise AssertionError("Frame should not have contained text '%s' " "but it did." % text) self.info("Current frame did not contain text '%s'." % text) @keyword - def frame_should_contain(self, locator, text, loglevel='TRACE'): + def frame_should_contain(self, locator, text, loglevel='TRACE', ignore_case=False): """Verifies that frame identified by ``locator`` contains ``text``. See the `Locating elements` section for details about the locator @@ -86,16 +86,16 @@ def frame_should_contain(self, locator, text, loglevel='TRACE'): See `Page Should Contain` for an explanation about the ``loglevel`` argument. """ - if not self._frame_contains(locator, text): + if not self._frame_contains(locator, text, ignore_case): self.log_source(loglevel) raise AssertionError("Frame '%s' should have contained text '%s' " "but did not." % (locator, text)) self.info("Frame '%s' contains text '%s'." % (locator, text)) - def _frame_contains(self, locator, text): + def _frame_contains(self, locator, text, ignore_case=False): element = self.find_element(locator) self.driver.switch_to.frame(element) self.info("Searching for text from frame '%s'." % locator) - found = self.is_text_present(text) + found = self.is_text_present(text, ignore_case) self.driver.switch_to.default_content() return found diff --git a/src/SeleniumLibrary/keywords/waiting.py b/src/SeleniumLibrary/keywords/waiting.py index 1b356babb..63322db82 100644 --- a/src/SeleniumLibrary/keywords/waiting.py +++ b/src/SeleniumLibrary/keywords/waiting.py @@ -96,7 +96,7 @@ def wait_until_location_contains(self, expected, timeout=None, message=None): @keyword - def wait_until_page_contains(self, text, timeout=None, error=None): + def wait_until_page_contains(self, text, timeout=None, error=None, ignore_case=False): """Waits until ``text`` appears on the current page. Fails if ``timeout`` expires before the text appears. See @@ -105,13 +105,13 @@ def wait_until_page_contains(self, text, timeout=None, error=None): ``error`` can be used to override the default error message. """ - self._wait_until(lambda: self.is_text_present(text), + self._wait_until(lambda: self.is_text_present(text, ignore_case), "Text '%s' did not appear in ." % text, timeout, error) @keyword def wait_until_page_does_not_contain(self, text, timeout=None, - error=None): + error=None, ignore_case=False): """Waits until ``text`` disappears from the current page. Fails if ``timeout`` expires before the text disappears. See @@ -120,7 +120,8 @@ def wait_until_page_does_not_contain(self, text, timeout=None, ``error`` can be used to override the default error message. """ - self._wait_until(lambda: not self.is_text_present(text), + + self._wait_until(lambda: not self.is_text_present(text, ignore_case), "Text '%s' did not disappear in ." % text, timeout, error) diff --git a/utest/test/api/approved_files/PluginDocumentation.test_create_toc.received.txt b/utest/test/api/approved_files/PluginDocumentation.test_create_toc.received.txt new file mode 100644 index 000000000..696747559 --- /dev/null +++ b/utest/test/api/approved_files/PluginDocumentation.test_create_toc.received.txt @@ -0,0 +1,365 @@ +SeleniumLibrary is a web testing library for Robot Framework. + +This document explains how to use keywords provided by SeleniumLibrary. +For information about installation, support, and more, please visit the +[https://github.com/robotframework/SeleniumLibrary|project pages]. +For more information about Robot Framework, see http://robotframework.org. + +SeleniumLibrary uses the Selenium WebDriver modules internally to +control a web browser. See http://seleniumhq.org for more information +about Selenium in general and SeleniumLibrary README.rst +[https://github.com/robotframework/SeleniumLibrary#browser-drivers|Browser drivers chapter] +for more details about WebDriver binary installation. + +== Table of contents == + +- `Locating elements` +- `Browser and Window` +- `Timeouts, waits, and delays` +- `Run-on-failure functionality` +- `Boolean arguments` +- `EventFiringWebDriver` +- `Thread support` +- `Plugins` +- `Importing` +- `Shortcuts` +- `Keywords` + += Locating elements = + +All keywords in SeleniumLibrary that need to interact with an element +on a web page take an argument typically named ``locator`` that specifies +how to find the element. Most often the locator is given as a string +using the locator syntax described below, but `using WebElements` is +possible too. + +== Locator syntax == + +SeleniumLibrary supports finding elements based on different strategies +such as the element id, XPath expressions, or CSS selectors. The strategy +can either be explicitly specified with a prefix or the strategy can be +implicit. + +=== Default locator strategy === + +By default, locators are considered to use the keyword specific default +locator strategy. All keywords support finding elements based on ``id`` +and ``name`` attributes, but some keywords support additional attributes +or other values that make sense in their context. For example, `Click +Link` supports the ``href`` attribute and the link text and addition +to the normal ``id`` and ``name``. + +Examples: + +| `Click Element` | example | # Match based on ``id`` or ``name``. | +| `Click Link` | example | # Match also based on link text and ``href``. | +| `Click Button` | example | # Match based on ``id``, ``name`` or ``value``. | + +If a locator accidentally starts with a prefix recognized as `explicit +locator strategy` or `implicit XPath strategy`, it is possible to use +the explicit ``default`` prefix to enable the default strategy. + +Examples: + +| `Click Element` | name:foo | # Find element with name ``foo``. | +| `Click Element` | default:name:foo | # Use default strategy with value ``name:foo``. | +| `Click Element` | //foo | # Find element using XPath ``//foo``. | +| `Click Element` | default: //foo | # Use default strategy with value ``//foo``. | + +=== Explicit locator strategy === + +The explicit locator strategy is specified with a prefix using either +syntax ``strategy:value`` or ``strategy=value``. The former syntax +is preferred because the latter is identical to Robot Framework's +[http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#named-argument-syntax| +named argument syntax] and that can cause problems. Spaces around +the separator are ignored, so ``id:foo``, ``id: foo`` and ``id : foo`` +are all equivalent. + +Locator strategies that are supported by default are listed in the table +below. In addition to them, it is possible to register `custom locators`. + +| = Strategy = | = Match based on = | = Example = | +| id | Element ``id``. | ``id:example`` | +| name | ``name`` attribute. | ``name:example`` | +| identifier | Either ``id`` or ``name``. | ``identifier:example`` | +| class | Element ``class``. | ``class:example`` | +| tag | Tag name. | ``tag:div`` | +| xpath | XPath expression. | ``xpath://div[@id="example"]`` | +| css | CSS selector. | ``css:div#example`` | +| dom | DOM expression. | ``dom:document.images[5]`` | +| link | Exact text a link has. | ``link:The example`` | +| partial link | Partial link text. | ``partial link:he ex`` | +| sizzle | Sizzle selector deprecated. | ``sizzle:div.example`` | +| jquery | jQuery expression. | ``jquery:div.example`` | +| default | Keyword specific default behavior. | ``default:example`` | + +See the `Default locator strategy` section below for more information +about how the default strategy works. Using the explicit ``default`` +prefix is only necessary if the locator value itself accidentally +matches some of the explicit strategies. + +Different locator strategies have different pros and cons. Using ids, +either explicitly like ``id:foo`` or by using the `default locator +strategy` simply like ``foo``, is recommended when possible, because +the syntax is simple and locating elements by id is fast for browsers. +If an element does not have an id or the id is not stable, other +solutions need to be used. If an element has a unique tag name or class, +using ``tag``, ``class`` or ``css`` strategy like ``tag:h1``, +``class:example`` or ``css:h1.example`` is often an easy solution. In +more complex cases using XPath expressions is typically the best +approach. They are very powerful but a downside is that they can also +get complex. + +Examples: + +| `Click Element` | id:foo | # Element with id 'foo'. | +| `Click Element` | css:div#foo h1 | # h1 element under div with id 'foo'. | +| `Click Element` | xpath: //div[@id="foo"]//h1 | # Same as the above using XPath, not CSS. | +| `Click Element` | xpath: //*[contains(text(), "example")] | # Element containing text 'example'. | + +*NOTE:* + +- The ``strategy:value`` syntax is only supported by SeleniumLibrary 3.0 + and newer. +- Using the ``sizzle`` strategy or its alias ``jquery`` requires that + the system under test contains the jQuery library. +- Prior to SeleniumLibrary 3.0, table related keywords only supported + ``xpath``, ``css`` and ``sizzle/jquery`` strategies. + +=== Implicit XPath strategy === + +If the locator starts with ``//`` or ``(//``, the locator is considered +to be an XPath expression. In other words, using ``//div`` is equivalent +to using explicit ``xpath://div``. + +Examples: + +| `Click Element` | //div[@id="foo"]//h1 | +| `Click Element` | (//div)[2] | + +The support for the ``(//`` prefix is new in SeleniumLibrary 3.0. + +== Using WebElements == + +In addition to specifying a locator as a string, it is possible to use +Selenium's WebElement objects. This requires first getting a WebElement, +for example, by using the `Get WebElement` keyword. + +| ${elem} = | `Get WebElement` | id:example | +| `Click Element` | ${elem} | | + +== Custom locators == + +If more complex lookups are required than what is provided through the +default locators, custom lookup strategies can be created. Using custom +locators is a two part process. First, create a keyword that returns +a WebElement that should be acted on: + +| Custom Locator Strategy | [Arguments] | ${browser} | ${locator} | ${tag} | ${constraints} | +| | ${element}= | Execute Javascript | return window.document.getElementById('${locator}'); | +| | [Return] | ${element} | + +This keyword is a reimplementation of the basic functionality of the +``id`` locator where ``${browser}`` is a reference to a WebDriver +instance and ``${locator}`` is the name of the locator strategy. To use +this locator, it must first be registered by using the +`Add Location Strategy` keyword: + +| `Add Location Strategy` | custom | Custom Locator Strategy | + +The first argument of `Add Location Strategy` specifies the name of +the strategy and it must be unique. After registering the strategy, +the usage is the same as with other locators: + +| `Click Element` | custom:example | + +See the `Add Location Strategy` keyword for more details. + += Browser and Window = + +There is different conceptual meaning when SeleniumLibrary talks +about windows or browsers. This chapter explains those differences. + +== Browser == + +When `Open Browser` or `Create WebDriver` keyword is called, it +will create a new Selenium WebDriver instance by using the +[https://www.seleniumhq.org/docs/03_webdriver.jsp|Selenium WebDriver] +API. In SeleniumLibrary terms, a new browser is created. It is +possible to start multiple independent browsers (Selenium Webdriver +instances) at the same time, by calling `Open Browser` or +`Create WebDriver` multiple times. These browsers are usually +independent of each other and do not share data like cookies, +sessions or profiles. Typically when the browser starts, it +creates a single window which is shown to the user. + +== Window == + +Windows are the part of a browser that loads the web site and presents +it to the user. All content of the site is the content of the window. +Windows are children of a browser. In SeleniumLibrary browser is a +synonym for WebDriver instance. One browser may have multiple +windows. Windows can appear as tabs, as separate windows or pop-ups with +different position and size. Windows belonging to the same browser +typically share the sessions detail, like cookies. If there is a +need to separate sessions detail, example login with two different +users, two browsers (Selenium WebDriver instances) must be created. +New windows can be opened example by the application under test or +by example `Execute Javascript` keyword: + +| `Execute Javascript` window.open() # Opens a new window with location about:blank + +The example below opens multiple browsers and windows, +to demonstrate how the different keywords can be used to interact +with browsers, and windows attached to these browsers. + +Structure: +| BrowserA +| Window 1 (location=https://robotframework.org/) +| Window 2 (location=https://robocon.io/) +| Window 3 (location=https://github.com/robotframework/) +| +| BrowserB +| Window 1 (location=https://github.com/) + +Example: +| `Open Browser` | https://robotframework.org | ${BROWSER} | alias=BrowserA | # BrowserA with first window is opened. | +| `Execute Javascript` | window.open() | | | # In BrowserA second window is opened. | +| `Switch Window` | locator=NEW | | | # Switched to second window in BrowserA | +| `Go To` | https://robocon.io | | | # Second window navigates to robocon site. | +| `Execute Javascript` | window.open() | | | # In BrowserA third window is opened. | +| ${handle} | `Switch Window` | locator=NEW | | # Switched to third window in BrowserA | +| `Go To` | https://github.com/robotframework/ | | | # Third windows goes to robot framework github site. | +| `Open Browser` | https://github.com | ${BROWSER} | alias=BrowserB | # BrowserB with first windows is opened. | +| ${location} | `Get Location` | | | # ${location} is: https://www.github.com | +| `Switch Window` | ${handle} | browser=BrowserA | | # BrowserA second windows is selected. | +| ${location} | `Get Location` | | | # ${location} = https://robocon.io/ | +| @{locations 1} | `Get Locations` | | | # By default, lists locations under the currectly active browser (BrowserA). | +| @{locations 2} | `Get Locations` | browser=ALL | | # By using browser=ALL argument keyword list all locations from all browsers. | + +The above example, @{locations 1} contains the following items: +https://robotframework.org/, https://robocon.io/ and +https://github.com/robotframework/'. The @{locations 2} +contains the following items: https://robotframework.org/, +https://robocon.io/, https://github.com/robotframework/' +and 'https://github.com/. + += Timeouts, waits, and delays = + +This section discusses different ways how to wait for elements to +appear on web pages and to slow down execution speed otherwise. +It also explains the `time format` that can be used when setting various +timeouts, waits, and delays. + +== Timeout == + +SeleniumLibrary contains various keywords that have an optional +``timeout`` argument that specifies how long these keywords should +wait for certain events or actions. These keywords include, for example, +``Wait ...`` keywords and keywords related to alerts. Additionally +`Execute Async Javascript`. Although it does not have ``timeout``, +argument, uses a timeout to define how long asynchronous JavaScript +can run. + +The default timeout these keywords use can be set globally either by +using the `Set Selenium Timeout` keyword or with the ``timeout`` argument +when `importing` the library. See `time format` below for supported +timeout syntax. + +== Implicit wait == + +Implicit wait specifies the maximum time how long Selenium waits when +searching for elements. It can be set by using the `Set Selenium Implicit +Wait` keyword or with the ``implicit_wait`` argument when `importing` +the library. See [https://www.seleniumhq.org/docs/04_webdriver_advanced.jsp| +Selenium documentation] for more information about this functionality. + +See `time format` below for supported syntax. + +== Selenium speed == + +Selenium execution speed can be slowed down globally by using `Set +Selenium speed` keyword. This functionality is designed to be used for +demonstrating or debugging purposes. Using it to make sure that elements +appear on a page is not a good idea. The above-explained timeouts +and waits should be used instead. + +See `time format` below for supported syntax. + +== Time format == + +All timeouts and waits can be given as numbers considered seconds +(e.g. ``0.5`` or ``42``) or in Robot Framework's time syntax +(e.g. ``1.5 seconds`` or ``1 min 30 s``). For more information about +the time syntax see the +[http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#time-format|Robot Framework User Guide]. + += Run-on-failure functionality = + +SeleniumLibrary has a handy feature that it can automatically execute +a keyword if any of its own keywords fails. By default, it uses the +`Capture Page Screenshot` keyword, but this can be changed either by +using the `Register Keyword To Run On Failure` keyword or with the +``run_on_failure`` argument when `importing` the library. It is +possible to use any keyword from any imported library or resource file. + +The run-on-failure functionality can be disabled by using a special value +``NOTHING`` or anything considered false (see `Boolean arguments`) +such as ``NONE``. + += Boolean arguments = + +Some keywords accept arguments that are handled as Boolean values true or +false. If such an argument is given as a string, it is considered false if +it is either empty or case-insensitively equal to ``false``, ``no``, ``off``, + ``0`` or ``none``. Other strings are considered true regardless of their value and +other argument types are tested using the same +[https://docs.python.org/3/library/stdtypes.html#truth-value-testing|rules as in Python]. + +True examples: + +| `Set Screenshot Directory` | ${RESULTS} | persist=True | # Strings are generally true. | +| `Set Screenshot Directory` | ${RESULTS} | persist=yes | # Same as the above. | +| `Set Screenshot Directory` | ${RESULTS} | persist=${TRUE} | # Python True is true. | +| `Set Screenshot Directory` | ${RESULTS} | persist=${42} | # Numbers other than 0 are true. | + +False examples: + +| `Set Screenshot Directory` | ${RESULTS} | persist=False | # String false is false. | +| `Set Screenshot Directory` | ${RESULTS} | persist=no | # Also string no is false. | +| `Set Screenshot Directory` | ${RESULTS} | persist=NONE | # String NONE is false. | +| `Set Screenshot Directory` | ${RESULTS} | persist=${EMPTY} | # Empty string is false. | +| `Set Screenshot Directory` | ${RESULTS} | persist=${FALSE} | # Python False is false. | +| `Set Screenshot Directory` | ${RESULTS} | persist=${NONE} | # Python None is false. | + +Note that prior to SeleniumLibrary 3.0, all non-empty strings, including +``false``, ``no`` and ``none``, were considered true. Starting from +SeleniumLibrary 4.0, strings ``0`` and ``off`` are considered as false. + += EventFiringWebDriver = + +The SeleniumLibrary offers support for +[https://seleniumhq.github.io/selenium/docs/api/py/webdriver_support/selenium.webdriver.support.event_firing_webdriver.html#module-selenium.webdriver.support.event_firing_webdriver|EventFiringWebDriver]. +See the Selenium and SeleniumLibrary +[https://github.com/robotframework/SeleniumLibrary/blob/master/docs/extending/extending.rst#EventFiringWebDriver|EventFiringWebDriver support] +documentation for further details. + +EventFiringWebDriver is new in SeleniumLibrary 4.0 + += Thread support = + +SeleniumLibrary is not thread-safe. This is mainly due because the underlying +[https://github.com/SeleniumHQ/selenium/wiki/Frequently-Asked-Questions#q-is-webdriver-thread-safe| +Selenium tool is not thread-safe] within one browser/driver instance. +Because of the limitation in the Selenium side, the keywords or the +API provided by the SeleniumLibrary is not thread-safe. + += Plugins = + +SeleniumLibrary offers plugins as a way to modify and add library keywords and modify some of the internal +functionality without creating a new library or hacking the source code. See +[https://github.com/robotframework/SeleniumLibrary/blob/master/docs/extending/extending.rst#Plugins|plugin API] +documentation for further details. + +Plugin API is new SeleniumLibrary 4.0 \ No newline at end of file diff --git a/utest/test/api/approved_files/PluginDocumentation.test_many_plugins.received.txt b/utest/test/api/approved_files/PluginDocumentation.test_many_plugins.received.txt new file mode 100644 index 000000000..f0a84a974 --- /dev/null +++ b/utest/test/api/approved_files/PluginDocumentation.test_many_plugins.received.txt @@ -0,0 +1,398 @@ +SeleniumLibrary is a web testing library for Robot Framework. + +This document explains how to use keywords provided by SeleniumLibrary. +For information about installation, support, and more, please visit the +[https://github.com/robotframework/SeleniumLibrary|project pages]. +For more information about Robot Framework, see http://robotframework.org. + +SeleniumLibrary uses the Selenium WebDriver modules internally to +control a web browser. See http://seleniumhq.org for more information +about Selenium in general and SeleniumLibrary README.rst +[https://github.com/robotframework/SeleniumLibrary#browser-drivers|Browser drivers chapter] +for more details about WebDriver binary installation. + +== Table of contents == + +- `Locating elements` +- `Browser and Window` +- `Timeouts, waits, and delays` +- `Run-on-failure functionality` +- `Boolean arguments` +- `EventFiringWebDriver` +- `Thread support` +- `Plugins` +- `Plugin: my_lib` +- `my_lib Heading 1` +- `Plugin: plugin_with_event_firing_webdriver` +- `Importing` +- `Shortcuts` +- `Keywords` + += Locating elements = + +All keywords in SeleniumLibrary that need to interact with an element +on a web page take an argument typically named ``locator`` that specifies +how to find the element. Most often the locator is given as a string +using the locator syntax described below, but `using WebElements` is +possible too. + +== Locator syntax == + +SeleniumLibrary supports finding elements based on different strategies +such as the element id, XPath expressions, or CSS selectors. The strategy +can either be explicitly specified with a prefix or the strategy can be +implicit. + +=== Default locator strategy === + +By default, locators are considered to use the keyword specific default +locator strategy. All keywords support finding elements based on ``id`` +and ``name`` attributes, but some keywords support additional attributes +or other values that make sense in their context. For example, `Click +Link` supports the ``href`` attribute and the link text and addition +to the normal ``id`` and ``name``. + +Examples: + +| `Click Element` | example | # Match based on ``id`` or ``name``. | +| `Click Link` | example | # Match also based on link text and ``href``. | +| `Click Button` | example | # Match based on ``id``, ``name`` or ``value``. | + +If a locator accidentally starts with a prefix recognized as `explicit +locator strategy` or `implicit XPath strategy`, it is possible to use +the explicit ``default`` prefix to enable the default strategy. + +Examples: + +| `Click Element` | name:foo | # Find element with name ``foo``. | +| `Click Element` | default:name:foo | # Use default strategy with value ``name:foo``. | +| `Click Element` | //foo | # Find element using XPath ``//foo``. | +| `Click Element` | default: //foo | # Use default strategy with value ``//foo``. | + +=== Explicit locator strategy === + +The explicit locator strategy is specified with a prefix using either +syntax ``strategy:value`` or ``strategy=value``. The former syntax +is preferred because the latter is identical to Robot Framework's +[http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#named-argument-syntax| +named argument syntax] and that can cause problems. Spaces around +the separator are ignored, so ``id:foo``, ``id: foo`` and ``id : foo`` +are all equivalent. + +Locator strategies that are supported by default are listed in the table +below. In addition to them, it is possible to register `custom locators`. + +| = Strategy = | = Match based on = | = Example = | +| id | Element ``id``. | ``id:example`` | +| name | ``name`` attribute. | ``name:example`` | +| identifier | Either ``id`` or ``name``. | ``identifier:example`` | +| class | Element ``class``. | ``class:example`` | +| tag | Tag name. | ``tag:div`` | +| xpath | XPath expression. | ``xpath://div[@id="example"]`` | +| css | CSS selector. | ``css:div#example`` | +| dom | DOM expression. | ``dom:document.images[5]`` | +| link | Exact text a link has. | ``link:The example`` | +| partial link | Partial link text. | ``partial link:he ex`` | +| sizzle | Sizzle selector deprecated. | ``sizzle:div.example`` | +| jquery | jQuery expression. | ``jquery:div.example`` | +| default | Keyword specific default behavior. | ``default:example`` | + +See the `Default locator strategy` section below for more information +about how the default strategy works. Using the explicit ``default`` +prefix is only necessary if the locator value itself accidentally +matches some of the explicit strategies. + +Different locator strategies have different pros and cons. Using ids, +either explicitly like ``id:foo`` or by using the `default locator +strategy` simply like ``foo``, is recommended when possible, because +the syntax is simple and locating elements by id is fast for browsers. +If an element does not have an id or the id is not stable, other +solutions need to be used. If an element has a unique tag name or class, +using ``tag``, ``class`` or ``css`` strategy like ``tag:h1``, +``class:example`` or ``css:h1.example`` is often an easy solution. In +more complex cases using XPath expressions is typically the best +approach. They are very powerful but a downside is that they can also +get complex. + +Examples: + +| `Click Element` | id:foo | # Element with id 'foo'. | +| `Click Element` | css:div#foo h1 | # h1 element under div with id 'foo'. | +| `Click Element` | xpath: //div[@id="foo"]//h1 | # Same as the above using XPath, not CSS. | +| `Click Element` | xpath: //*[contains(text(), "example")] | # Element containing text 'example'. | + +*NOTE:* + +- The ``strategy:value`` syntax is only supported by SeleniumLibrary 3.0 + and newer. +- Using the ``sizzle`` strategy or its alias ``jquery`` requires that + the system under test contains the jQuery library. +- Prior to SeleniumLibrary 3.0, table related keywords only supported + ``xpath``, ``css`` and ``sizzle/jquery`` strategies. + +=== Implicit XPath strategy === + +If the locator starts with ``//`` or ``(//``, the locator is considered +to be an XPath expression. In other words, using ``//div`` is equivalent +to using explicit ``xpath://div``. + +Examples: + +| `Click Element` | //div[@id="foo"]//h1 | +| `Click Element` | (//div)[2] | + +The support for the ``(//`` prefix is new in SeleniumLibrary 3.0. + +== Using WebElements == + +In addition to specifying a locator as a string, it is possible to use +Selenium's WebElement objects. This requires first getting a WebElement, +for example, by using the `Get WebElement` keyword. + +| ${elem} = | `Get WebElement` | id:example | +| `Click Element` | ${elem} | | + +== Custom locators == + +If more complex lookups are required than what is provided through the +default locators, custom lookup strategies can be created. Using custom +locators is a two part process. First, create a keyword that returns +a WebElement that should be acted on: + +| Custom Locator Strategy | [Arguments] | ${browser} | ${locator} | ${tag} | ${constraints} | +| | ${element}= | Execute Javascript | return window.document.getElementById('${locator}'); | +| | [Return] | ${element} | + +This keyword is a reimplementation of the basic functionality of the +``id`` locator where ``${browser}`` is a reference to a WebDriver +instance and ``${locator}`` is the name of the locator strategy. To use +this locator, it must first be registered by using the +`Add Location Strategy` keyword: + +| `Add Location Strategy` | custom | Custom Locator Strategy | + +The first argument of `Add Location Strategy` specifies the name of +the strategy and it must be unique. After registering the strategy, +the usage is the same as with other locators: + +| `Click Element` | custom:example | + +See the `Add Location Strategy` keyword for more details. + += Browser and Window = + +There is different conceptual meaning when SeleniumLibrary talks +about windows or browsers. This chapter explains those differences. + +== Browser == + +When `Open Browser` or `Create WebDriver` keyword is called, it +will create a new Selenium WebDriver instance by using the +[https://www.seleniumhq.org/docs/03_webdriver.jsp|Selenium WebDriver] +API. In SeleniumLibrary terms, a new browser is created. It is +possible to start multiple independent browsers (Selenium Webdriver +instances) at the same time, by calling `Open Browser` or +`Create WebDriver` multiple times. These browsers are usually +independent of each other and do not share data like cookies, +sessions or profiles. Typically when the browser starts, it +creates a single window which is shown to the user. + +== Window == + +Windows are the part of a browser that loads the web site and presents +it to the user. All content of the site is the content of the window. +Windows are children of a browser. In SeleniumLibrary browser is a +synonym for WebDriver instance. One browser may have multiple +windows. Windows can appear as tabs, as separate windows or pop-ups with +different position and size. Windows belonging to the same browser +typically share the sessions detail, like cookies. If there is a +need to separate sessions detail, example login with two different +users, two browsers (Selenium WebDriver instances) must be created. +New windows can be opened example by the application under test or +by example `Execute Javascript` keyword: + +| `Execute Javascript` window.open() # Opens a new window with location about:blank + +The example below opens multiple browsers and windows, +to demonstrate how the different keywords can be used to interact +with browsers, and windows attached to these browsers. + +Structure: +| BrowserA +| Window 1 (location=https://robotframework.org/) +| Window 2 (location=https://robocon.io/) +| Window 3 (location=https://github.com/robotframework/) +| +| BrowserB +| Window 1 (location=https://github.com/) + +Example: +| `Open Browser` | https://robotframework.org | ${BROWSER} | alias=BrowserA | # BrowserA with first window is opened. | +| `Execute Javascript` | window.open() | | | # In BrowserA second window is opened. | +| `Switch Window` | locator=NEW | | | # Switched to second window in BrowserA | +| `Go To` | https://robocon.io | | | # Second window navigates to robocon site. | +| `Execute Javascript` | window.open() | | | # In BrowserA third window is opened. | +| ${handle} | `Switch Window` | locator=NEW | | # Switched to third window in BrowserA | +| `Go To` | https://github.com/robotframework/ | | | # Third windows goes to robot framework github site. | +| `Open Browser` | https://github.com | ${BROWSER} | alias=BrowserB | # BrowserB with first windows is opened. | +| ${location} | `Get Location` | | | # ${location} is: https://www.github.com | +| `Switch Window` | ${handle} | browser=BrowserA | | # BrowserA second windows is selected. | +| ${location} | `Get Location` | | | # ${location} = https://robocon.io/ | +| @{locations 1} | `Get Locations` | | | # By default, lists locations under the currectly active browser (BrowserA). | +| @{locations 2} | `Get Locations` | browser=ALL | | # By using browser=ALL argument keyword list all locations from all browsers. | + +The above example, @{locations 1} contains the following items: +https://robotframework.org/, https://robocon.io/ and +https://github.com/robotframework/'. The @{locations 2} +contains the following items: https://robotframework.org/, +https://robocon.io/, https://github.com/robotframework/' +and 'https://github.com/. + += Timeouts, waits, and delays = + +This section discusses different ways how to wait for elements to +appear on web pages and to slow down execution speed otherwise. +It also explains the `time format` that can be used when setting various +timeouts, waits, and delays. + +== Timeout == + +SeleniumLibrary contains various keywords that have an optional +``timeout`` argument that specifies how long these keywords should +wait for certain events or actions. These keywords include, for example, +``Wait ...`` keywords and keywords related to alerts. Additionally +`Execute Async Javascript`. Although it does not have ``timeout``, +argument, uses a timeout to define how long asynchronous JavaScript +can run. + +The default timeout these keywords use can be set globally either by +using the `Set Selenium Timeout` keyword or with the ``timeout`` argument +when `importing` the library. See `time format` below for supported +timeout syntax. + +== Implicit wait == + +Implicit wait specifies the maximum time how long Selenium waits when +searching for elements. It can be set by using the `Set Selenium Implicit +Wait` keyword or with the ``implicit_wait`` argument when `importing` +the library. See [https://www.seleniumhq.org/docs/04_webdriver_advanced.jsp| +Selenium documentation] for more information about this functionality. + +See `time format` below for supported syntax. + +== Selenium speed == + +Selenium execution speed can be slowed down globally by using `Set +Selenium speed` keyword. This functionality is designed to be used for +demonstrating or debugging purposes. Using it to make sure that elements +appear on a page is not a good idea. The above-explained timeouts +and waits should be used instead. + +See `time format` below for supported syntax. + +== Time format == + +All timeouts and waits can be given as numbers considered seconds +(e.g. ``0.5`` or ``42``) or in Robot Framework's time syntax +(e.g. ``1.5 seconds`` or ``1 min 30 s``). For more information about +the time syntax see the +[http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#time-format|Robot Framework User Guide]. + += Run-on-failure functionality = + +SeleniumLibrary has a handy feature that it can automatically execute +a keyword if any of its own keywords fails. By default, it uses the +`Capture Page Screenshot` keyword, but this can be changed either by +using the `Register Keyword To Run On Failure` keyword or with the +``run_on_failure`` argument when `importing` the library. It is +possible to use any keyword from any imported library or resource file. + +The run-on-failure functionality can be disabled by using a special value +``NOTHING`` or anything considered false (see `Boolean arguments`) +such as ``NONE``. + += Boolean arguments = + +Some keywords accept arguments that are handled as Boolean values true or +false. If such an argument is given as a string, it is considered false if +it is either empty or case-insensitively equal to ``false``, ``no``, ``off``, + ``0`` or ``none``. Other strings are considered true regardless of their value and +other argument types are tested using the same +[https://docs.python.org/3/library/stdtypes.html#truth-value-testing|rules as in Python]. + +True examples: + +| `Set Screenshot Directory` | ${RESULTS} | persist=True | # Strings are generally true. | +| `Set Screenshot Directory` | ${RESULTS} | persist=yes | # Same as the above. | +| `Set Screenshot Directory` | ${RESULTS} | persist=${TRUE} | # Python True is true. | +| `Set Screenshot Directory` | ${RESULTS} | persist=${42} | # Numbers other than 0 are true. | + +False examples: + +| `Set Screenshot Directory` | ${RESULTS} | persist=False | # String false is false. | +| `Set Screenshot Directory` | ${RESULTS} | persist=no | # Also string no is false. | +| `Set Screenshot Directory` | ${RESULTS} | persist=NONE | # String NONE is false. | +| `Set Screenshot Directory` | ${RESULTS} | persist=${EMPTY} | # Empty string is false. | +| `Set Screenshot Directory` | ${RESULTS} | persist=${FALSE} | # Python False is false. | +| `Set Screenshot Directory` | ${RESULTS} | persist=${NONE} | # Python None is false. | + +Note that prior to SeleniumLibrary 3.0, all non-empty strings, including +``false``, ``no`` and ``none``, were considered true. Starting from +SeleniumLibrary 4.0, strings ``0`` and ``off`` are considered as false. + += EventFiringWebDriver = + +The SeleniumLibrary offers support for +[https://seleniumhq.github.io/selenium/docs/api/py/webdriver_support/selenium.webdriver.support.event_firing_webdriver.html#module-selenium.webdriver.support.event_firing_webdriver|EventFiringWebDriver]. +See the Selenium and SeleniumLibrary +[https://github.com/robotframework/SeleniumLibrary/blob/master/docs/extending/extending.rst#EventFiringWebDriver|EventFiringWebDriver support] +documentation for further details. + +EventFiringWebDriver is new in SeleniumLibrary 4.0 + += Thread support = + +SeleniumLibrary is not thread-safe. This is mainly due because the underlying +[https://github.com/SeleniumHQ/selenium/wiki/Frequently-Asked-Questions#q-is-webdriver-thread-safe| +Selenium tool is not thread-safe] within one browser/driver instance. +Because of the limitation in the Selenium side, the keywords or the +API provided by the SeleniumLibrary is not thread-safe. + += Plugins = + +SeleniumLibrary offers plugins as a way to modify and add library keywords and modify some of the internal +functionality without creating a new library or hacking the source code. See +[https://github.com/robotframework/SeleniumLibrary/blob/master/docs/extending/extending.rst#Plugins|plugin API] +documentation for further details. + +Plugin API is new SeleniumLibrary 4.0 + += Plugin: my_lib = + +Some dummy documentation. + += my_lib Heading 1 = + +This is heading 1 documentation. + +== my_lib Heading 2 == + + This is heading 2 documentation. + += Plugin: plugin_with_event_firing_webdriver = + +This is example for plugin_with_event_firing_webdriver plugin documentation. + +It may contains many chapters and there might be many words +in the documentation. This is really boring example but let +see how it looks like in the SeleniumLibrary docs. + +There might be reference to keywords, like `Open Browser` + +== plugin_with_event_firing_webdriver Heading 2 part 1 == + +This is chapter in heading 2. + +== plugin_with_event_firing_webdriver Heading 2 part 2== + +This is another chapter in heading 2 \ No newline at end of file diff --git a/utest/test/api/approved_files/PluginDocumentation.test_no_doc.received.txt b/utest/test/api/approved_files/PluginDocumentation.test_no_doc.received.txt new file mode 100644 index 000000000..8d12a6cd0 --- /dev/null +++ b/utest/test/api/approved_files/PluginDocumentation.test_no_doc.received.txt @@ -0,0 +1,370 @@ +SeleniumLibrary is a web testing library for Robot Framework. + +This document explains how to use keywords provided by SeleniumLibrary. +For information about installation, support, and more, please visit the +[https://github.com/robotframework/SeleniumLibrary|project pages]. +For more information about Robot Framework, see http://robotframework.org. + +SeleniumLibrary uses the Selenium WebDriver modules internally to +control a web browser. See http://seleniumhq.org for more information +about Selenium in general and SeleniumLibrary README.rst +[https://github.com/robotframework/SeleniumLibrary#browser-drivers|Browser drivers chapter] +for more details about WebDriver binary installation. + +== Table of contents == + +- `Locating elements` +- `Browser and Window` +- `Timeouts, waits, and delays` +- `Run-on-failure functionality` +- `Boolean arguments` +- `EventFiringWebDriver` +- `Thread support` +- `Plugins` +- `Plugin: my_lib_args` +- `Importing` +- `Shortcuts` +- `Keywords` + += Locating elements = + +All keywords in SeleniumLibrary that need to interact with an element +on a web page take an argument typically named ``locator`` that specifies +how to find the element. Most often the locator is given as a string +using the locator syntax described below, but `using WebElements` is +possible too. + +== Locator syntax == + +SeleniumLibrary supports finding elements based on different strategies +such as the element id, XPath expressions, or CSS selectors. The strategy +can either be explicitly specified with a prefix or the strategy can be +implicit. + +=== Default locator strategy === + +By default, locators are considered to use the keyword specific default +locator strategy. All keywords support finding elements based on ``id`` +and ``name`` attributes, but some keywords support additional attributes +or other values that make sense in their context. For example, `Click +Link` supports the ``href`` attribute and the link text and addition +to the normal ``id`` and ``name``. + +Examples: + +| `Click Element` | example | # Match based on ``id`` or ``name``. | +| `Click Link` | example | # Match also based on link text and ``href``. | +| `Click Button` | example | # Match based on ``id``, ``name`` or ``value``. | + +If a locator accidentally starts with a prefix recognized as `explicit +locator strategy` or `implicit XPath strategy`, it is possible to use +the explicit ``default`` prefix to enable the default strategy. + +Examples: + +| `Click Element` | name:foo | # Find element with name ``foo``. | +| `Click Element` | default:name:foo | # Use default strategy with value ``name:foo``. | +| `Click Element` | //foo | # Find element using XPath ``//foo``. | +| `Click Element` | default: //foo | # Use default strategy with value ``//foo``. | + +=== Explicit locator strategy === + +The explicit locator strategy is specified with a prefix using either +syntax ``strategy:value`` or ``strategy=value``. The former syntax +is preferred because the latter is identical to Robot Framework's +[http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#named-argument-syntax| +named argument syntax] and that can cause problems. Spaces around +the separator are ignored, so ``id:foo``, ``id: foo`` and ``id : foo`` +are all equivalent. + +Locator strategies that are supported by default are listed in the table +below. In addition to them, it is possible to register `custom locators`. + +| = Strategy = | = Match based on = | = Example = | +| id | Element ``id``. | ``id:example`` | +| name | ``name`` attribute. | ``name:example`` | +| identifier | Either ``id`` or ``name``. | ``identifier:example`` | +| class | Element ``class``. | ``class:example`` | +| tag | Tag name. | ``tag:div`` | +| xpath | XPath expression. | ``xpath://div[@id="example"]`` | +| css | CSS selector. | ``css:div#example`` | +| dom | DOM expression. | ``dom:document.images[5]`` | +| link | Exact text a link has. | ``link:The example`` | +| partial link | Partial link text. | ``partial link:he ex`` | +| sizzle | Sizzle selector deprecated. | ``sizzle:div.example`` | +| jquery | jQuery expression. | ``jquery:div.example`` | +| default | Keyword specific default behavior. | ``default:example`` | + +See the `Default locator strategy` section below for more information +about how the default strategy works. Using the explicit ``default`` +prefix is only necessary if the locator value itself accidentally +matches some of the explicit strategies. + +Different locator strategies have different pros and cons. Using ids, +either explicitly like ``id:foo`` or by using the `default locator +strategy` simply like ``foo``, is recommended when possible, because +the syntax is simple and locating elements by id is fast for browsers. +If an element does not have an id or the id is not stable, other +solutions need to be used. If an element has a unique tag name or class, +using ``tag``, ``class`` or ``css`` strategy like ``tag:h1``, +``class:example`` or ``css:h1.example`` is often an easy solution. In +more complex cases using XPath expressions is typically the best +approach. They are very powerful but a downside is that they can also +get complex. + +Examples: + +| `Click Element` | id:foo | # Element with id 'foo'. | +| `Click Element` | css:div#foo h1 | # h1 element under div with id 'foo'. | +| `Click Element` | xpath: //div[@id="foo"]//h1 | # Same as the above using XPath, not CSS. | +| `Click Element` | xpath: //*[contains(text(), "example")] | # Element containing text 'example'. | + +*NOTE:* + +- The ``strategy:value`` syntax is only supported by SeleniumLibrary 3.0 + and newer. +- Using the ``sizzle`` strategy or its alias ``jquery`` requires that + the system under test contains the jQuery library. +- Prior to SeleniumLibrary 3.0, table related keywords only supported + ``xpath``, ``css`` and ``sizzle/jquery`` strategies. + +=== Implicit XPath strategy === + +If the locator starts with ``//`` or ``(//``, the locator is considered +to be an XPath expression. In other words, using ``//div`` is equivalent +to using explicit ``xpath://div``. + +Examples: + +| `Click Element` | //div[@id="foo"]//h1 | +| `Click Element` | (//div)[2] | + +The support for the ``(//`` prefix is new in SeleniumLibrary 3.0. + +== Using WebElements == + +In addition to specifying a locator as a string, it is possible to use +Selenium's WebElement objects. This requires first getting a WebElement, +for example, by using the `Get WebElement` keyword. + +| ${elem} = | `Get WebElement` | id:example | +| `Click Element` | ${elem} | | + +== Custom locators == + +If more complex lookups are required than what is provided through the +default locators, custom lookup strategies can be created. Using custom +locators is a two part process. First, create a keyword that returns +a WebElement that should be acted on: + +| Custom Locator Strategy | [Arguments] | ${browser} | ${locator} | ${tag} | ${constraints} | +| | ${element}= | Execute Javascript | return window.document.getElementById('${locator}'); | +| | [Return] | ${element} | + +This keyword is a reimplementation of the basic functionality of the +``id`` locator where ``${browser}`` is a reference to a WebDriver +instance and ``${locator}`` is the name of the locator strategy. To use +this locator, it must first be registered by using the +`Add Location Strategy` keyword: + +| `Add Location Strategy` | custom | Custom Locator Strategy | + +The first argument of `Add Location Strategy` specifies the name of +the strategy and it must be unique. After registering the strategy, +the usage is the same as with other locators: + +| `Click Element` | custom:example | + +See the `Add Location Strategy` keyword for more details. + += Browser and Window = + +There is different conceptual meaning when SeleniumLibrary talks +about windows or browsers. This chapter explains those differences. + +== Browser == + +When `Open Browser` or `Create WebDriver` keyword is called, it +will create a new Selenium WebDriver instance by using the +[https://www.seleniumhq.org/docs/03_webdriver.jsp|Selenium WebDriver] +API. In SeleniumLibrary terms, a new browser is created. It is +possible to start multiple independent browsers (Selenium Webdriver +instances) at the same time, by calling `Open Browser` or +`Create WebDriver` multiple times. These browsers are usually +independent of each other and do not share data like cookies, +sessions or profiles. Typically when the browser starts, it +creates a single window which is shown to the user. + +== Window == + +Windows are the part of a browser that loads the web site and presents +it to the user. All content of the site is the content of the window. +Windows are children of a browser. In SeleniumLibrary browser is a +synonym for WebDriver instance. One browser may have multiple +windows. Windows can appear as tabs, as separate windows or pop-ups with +different position and size. Windows belonging to the same browser +typically share the sessions detail, like cookies. If there is a +need to separate sessions detail, example login with two different +users, two browsers (Selenium WebDriver instances) must be created. +New windows can be opened example by the application under test or +by example `Execute Javascript` keyword: + +| `Execute Javascript` window.open() # Opens a new window with location about:blank + +The example below opens multiple browsers and windows, +to demonstrate how the different keywords can be used to interact +with browsers, and windows attached to these browsers. + +Structure: +| BrowserA +| Window 1 (location=https://robotframework.org/) +| Window 2 (location=https://robocon.io/) +| Window 3 (location=https://github.com/robotframework/) +| +| BrowserB +| Window 1 (location=https://github.com/) + +Example: +| `Open Browser` | https://robotframework.org | ${BROWSER} | alias=BrowserA | # BrowserA with first window is opened. | +| `Execute Javascript` | window.open() | | | # In BrowserA second window is opened. | +| `Switch Window` | locator=NEW | | | # Switched to second window in BrowserA | +| `Go To` | https://robocon.io | | | # Second window navigates to robocon site. | +| `Execute Javascript` | window.open() | | | # In BrowserA third window is opened. | +| ${handle} | `Switch Window` | locator=NEW | | # Switched to third window in BrowserA | +| `Go To` | https://github.com/robotframework/ | | | # Third windows goes to robot framework github site. | +| `Open Browser` | https://github.com | ${BROWSER} | alias=BrowserB | # BrowserB with first windows is opened. | +| ${location} | `Get Location` | | | # ${location} is: https://www.github.com | +| `Switch Window` | ${handle} | browser=BrowserA | | # BrowserA second windows is selected. | +| ${location} | `Get Location` | | | # ${location} = https://robocon.io/ | +| @{locations 1} | `Get Locations` | | | # By default, lists locations under the currectly active browser (BrowserA). | +| @{locations 2} | `Get Locations` | browser=ALL | | # By using browser=ALL argument keyword list all locations from all browsers. | + +The above example, @{locations 1} contains the following items: +https://robotframework.org/, https://robocon.io/ and +https://github.com/robotframework/'. The @{locations 2} +contains the following items: https://robotframework.org/, +https://robocon.io/, https://github.com/robotframework/' +and 'https://github.com/. + += Timeouts, waits, and delays = + +This section discusses different ways how to wait for elements to +appear on web pages and to slow down execution speed otherwise. +It also explains the `time format` that can be used when setting various +timeouts, waits, and delays. + +== Timeout == + +SeleniumLibrary contains various keywords that have an optional +``timeout`` argument that specifies how long these keywords should +wait for certain events or actions. These keywords include, for example, +``Wait ...`` keywords and keywords related to alerts. Additionally +`Execute Async Javascript`. Although it does not have ``timeout``, +argument, uses a timeout to define how long asynchronous JavaScript +can run. + +The default timeout these keywords use can be set globally either by +using the `Set Selenium Timeout` keyword or with the ``timeout`` argument +when `importing` the library. See `time format` below for supported +timeout syntax. + +== Implicit wait == + +Implicit wait specifies the maximum time how long Selenium waits when +searching for elements. It can be set by using the `Set Selenium Implicit +Wait` keyword or with the ``implicit_wait`` argument when `importing` +the library. See [https://www.seleniumhq.org/docs/04_webdriver_advanced.jsp| +Selenium documentation] for more information about this functionality. + +See `time format` below for supported syntax. + +== Selenium speed == + +Selenium execution speed can be slowed down globally by using `Set +Selenium speed` keyword. This functionality is designed to be used for +demonstrating or debugging purposes. Using it to make sure that elements +appear on a page is not a good idea. The above-explained timeouts +and waits should be used instead. + +See `time format` below for supported syntax. + +== Time format == + +All timeouts and waits can be given as numbers considered seconds +(e.g. ``0.5`` or ``42``) or in Robot Framework's time syntax +(e.g. ``1.5 seconds`` or ``1 min 30 s``). For more information about +the time syntax see the +[http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#time-format|Robot Framework User Guide]. + += Run-on-failure functionality = + +SeleniumLibrary has a handy feature that it can automatically execute +a keyword if any of its own keywords fails. By default, it uses the +`Capture Page Screenshot` keyword, but this can be changed either by +using the `Register Keyword To Run On Failure` keyword or with the +``run_on_failure`` argument when `importing` the library. It is +possible to use any keyword from any imported library or resource file. + +The run-on-failure functionality can be disabled by using a special value +``NOTHING`` or anything considered false (see `Boolean arguments`) +such as ``NONE``. + += Boolean arguments = + +Some keywords accept arguments that are handled as Boolean values true or +false. If such an argument is given as a string, it is considered false if +it is either empty or case-insensitively equal to ``false``, ``no``, ``off``, + ``0`` or ``none``. Other strings are considered true regardless of their value and +other argument types are tested using the same +[https://docs.python.org/3/library/stdtypes.html#truth-value-testing|rules as in Python]. + +True examples: + +| `Set Screenshot Directory` | ${RESULTS} | persist=True | # Strings are generally true. | +| `Set Screenshot Directory` | ${RESULTS} | persist=yes | # Same as the above. | +| `Set Screenshot Directory` | ${RESULTS} | persist=${TRUE} | # Python True is true. | +| `Set Screenshot Directory` | ${RESULTS} | persist=${42} | # Numbers other than 0 are true. | + +False examples: + +| `Set Screenshot Directory` | ${RESULTS} | persist=False | # String false is false. | +| `Set Screenshot Directory` | ${RESULTS} | persist=no | # Also string no is false. | +| `Set Screenshot Directory` | ${RESULTS} | persist=NONE | # String NONE is false. | +| `Set Screenshot Directory` | ${RESULTS} | persist=${EMPTY} | # Empty string is false. | +| `Set Screenshot Directory` | ${RESULTS} | persist=${FALSE} | # Python False is false. | +| `Set Screenshot Directory` | ${RESULTS} | persist=${NONE} | # Python None is false. | + +Note that prior to SeleniumLibrary 3.0, all non-empty strings, including +``false``, ``no`` and ``none``, were considered true. Starting from +SeleniumLibrary 4.0, strings ``0`` and ``off`` are considered as false. + += EventFiringWebDriver = + +The SeleniumLibrary offers support for +[https://seleniumhq.github.io/selenium/docs/api/py/webdriver_support/selenium.webdriver.support.event_firing_webdriver.html#module-selenium.webdriver.support.event_firing_webdriver|EventFiringWebDriver]. +See the Selenium and SeleniumLibrary +[https://github.com/robotframework/SeleniumLibrary/blob/master/docs/extending/extending.rst#EventFiringWebDriver|EventFiringWebDriver support] +documentation for further details. + +EventFiringWebDriver is new in SeleniumLibrary 4.0 + += Thread support = + +SeleniumLibrary is not thread-safe. This is mainly due because the underlying +[https://github.com/SeleniumHQ/selenium/wiki/Frequently-Asked-Questions#q-is-webdriver-thread-safe| +Selenium tool is not thread-safe] within one browser/driver instance. +Because of the limitation in the Selenium side, the keywords or the +API provided by the SeleniumLibrary is not thread-safe. + += Plugins = + +SeleniumLibrary offers plugins as a way to modify and add library keywords and modify some of the internal +functionality without creating a new library or hacking the source code. See +[https://github.com/robotframework/SeleniumLibrary/blob/master/docs/extending/extending.rst#Plugins|plugin API] +documentation for further details. + +Plugin API is new SeleniumLibrary 4.0 + += Plugin: my_lib_args = + +No plugin documentation found. \ No newline at end of file diff --git a/utest/test/api/approved_files/PluginDocumentation.test_parse_plugin_init_doc.received.txt b/utest/test/api/approved_files/PluginDocumentation.test_parse_plugin_init_doc.received.txt new file mode 100644 index 000000000..031ee0cc7 --- /dev/null +++ b/utest/test/api/approved_files/PluginDocumentation.test_parse_plugin_init_doc.received.txt @@ -0,0 +1,17 @@ +SeleniumLibrary can be imported with several optional arguments. + +- ``timeout``: + Default value for `timeouts` used with ``Wait ...`` keywords. +- ``implicit_wait``: + Default value for `implicit wait` used when locating elements. +- ``run_on_failure``: + Default action for the `run-on-failure functionality`. +- ``screenshot_root_directory``: + Path to folder where possible screenshots are created or EMBED. + See `Set Screenshot Directory` keyword for further details about EMBED. + If not given, the directory where the log file is written is used. +- ``plugins``: + Allows extending the SeleniumLibrary with external Python classes. +- ``event_firing_webdriver``: + Class for wrapping Selenium with + [https://seleniumhq.github.io/selenium/docs/api/py/webdriver_support/selenium.webdriver.support.event_firing_webdriver.html#module-selenium.webdriver.support.event_firing_webdriver|EventFiringWebDriver] \ No newline at end of file diff --git a/utest/test/api/approved_files/PluginDocumentation.test_parse_plugin_kw_doc.received.txt b/utest/test/api/approved_files/PluginDocumentation.test_parse_plugin_kw_doc.received.txt new file mode 100644 index 000000000..3f4df3e69 --- /dev/null +++ b/utest/test/api/approved_files/PluginDocumentation.test_parse_plugin_kw_doc.received.txt @@ -0,0 +1,36 @@ +Executes the given JavaScript code with possible arguments. + +``code`` may be divided into multiple cells in the test data and +``code`` may contain multiple lines of code and arguments. In that case, +the JavaScript code parts are concatenated together without adding +spaces and optional arguments are separated from ``code``. + +If ``code`` is a path to an existing file, the JavaScript +to execute will be read from that file. Forward slashes work as +a path separator on all operating systems. + +The JavaScript executes in the context of the currently selected +frame or window as the body of an anonymous function. Use ``window`` +to refer to the window of your application and ``document`` to refer +to the document object of the current frame or window, e.g. +``document.getElementById('example')``. + +This keyword returns whatever the executed JavaScript code returns. +Return values are converted to the appropriate Python types. + +Starting from SeleniumLibrary 3.2 it is possible to provide JavaScript +[https://seleniumhq.github.io/selenium/docs/api/py/webdriver_remote/selenium.webdriver.remote.webdriver.html#selenium.webdriver.remote.webdriver.WebDriver.execute_script| +arguments] as part of ``code`` argument. The JavaScript code and +arguments must be separated with `JAVASCRIPT` and `ARGUMENTS` markers +and must be used exactly with this format. If the Javascript code is +first, then the `JAVASCRIPT` marker is optional. The order of +`JAVASCRIPT` and `ARGUMENTS` markers can be swapped, but if `ARGUMENTS` +is the first marker, then `JAVASCRIPT` marker is mandatory. It is only +allowed to use `JAVASCRIPT` and `ARGUMENTS` markers only one time in the +``code`` argument. + +Examples: +| `Execute JavaScript` | window.myFunc('arg1', 'arg2') | +| `Execute JavaScript` | ${CURDIR}/js_to_execute.js | +| `Execute JavaScript` | alert(arguments[0]); | ARGUMENTS | 123 | +| `Execute JavaScript` | ARGUMENTS | 123 | JAVASCRIPT | alert(arguments[0]); | \ No newline at end of file diff --git a/utest/test/api/approved_files/PluginDocumentation.test_parse_plugin_no_doc.received.txt b/utest/test/api/approved_files/PluginDocumentation.test_parse_plugin_no_doc.received.txt new file mode 100644 index 000000000..8d12a6cd0 --- /dev/null +++ b/utest/test/api/approved_files/PluginDocumentation.test_parse_plugin_no_doc.received.txt @@ -0,0 +1,370 @@ +SeleniumLibrary is a web testing library for Robot Framework. + +This document explains how to use keywords provided by SeleniumLibrary. +For information about installation, support, and more, please visit the +[https://github.com/robotframework/SeleniumLibrary|project pages]. +For more information about Robot Framework, see http://robotframework.org. + +SeleniumLibrary uses the Selenium WebDriver modules internally to +control a web browser. See http://seleniumhq.org for more information +about Selenium in general and SeleniumLibrary README.rst +[https://github.com/robotframework/SeleniumLibrary#browser-drivers|Browser drivers chapter] +for more details about WebDriver binary installation. + +== Table of contents == + +- `Locating elements` +- `Browser and Window` +- `Timeouts, waits, and delays` +- `Run-on-failure functionality` +- `Boolean arguments` +- `EventFiringWebDriver` +- `Thread support` +- `Plugins` +- `Plugin: my_lib_args` +- `Importing` +- `Shortcuts` +- `Keywords` + += Locating elements = + +All keywords in SeleniumLibrary that need to interact with an element +on a web page take an argument typically named ``locator`` that specifies +how to find the element. Most often the locator is given as a string +using the locator syntax described below, but `using WebElements` is +possible too. + +== Locator syntax == + +SeleniumLibrary supports finding elements based on different strategies +such as the element id, XPath expressions, or CSS selectors. The strategy +can either be explicitly specified with a prefix or the strategy can be +implicit. + +=== Default locator strategy === + +By default, locators are considered to use the keyword specific default +locator strategy. All keywords support finding elements based on ``id`` +and ``name`` attributes, but some keywords support additional attributes +or other values that make sense in their context. For example, `Click +Link` supports the ``href`` attribute and the link text and addition +to the normal ``id`` and ``name``. + +Examples: + +| `Click Element` | example | # Match based on ``id`` or ``name``. | +| `Click Link` | example | # Match also based on link text and ``href``. | +| `Click Button` | example | # Match based on ``id``, ``name`` or ``value``. | + +If a locator accidentally starts with a prefix recognized as `explicit +locator strategy` or `implicit XPath strategy`, it is possible to use +the explicit ``default`` prefix to enable the default strategy. + +Examples: + +| `Click Element` | name:foo | # Find element with name ``foo``. | +| `Click Element` | default:name:foo | # Use default strategy with value ``name:foo``. | +| `Click Element` | //foo | # Find element using XPath ``//foo``. | +| `Click Element` | default: //foo | # Use default strategy with value ``//foo``. | + +=== Explicit locator strategy === + +The explicit locator strategy is specified with a prefix using either +syntax ``strategy:value`` or ``strategy=value``. The former syntax +is preferred because the latter is identical to Robot Framework's +[http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#named-argument-syntax| +named argument syntax] and that can cause problems. Spaces around +the separator are ignored, so ``id:foo``, ``id: foo`` and ``id : foo`` +are all equivalent. + +Locator strategies that are supported by default are listed in the table +below. In addition to them, it is possible to register `custom locators`. + +| = Strategy = | = Match based on = | = Example = | +| id | Element ``id``. | ``id:example`` | +| name | ``name`` attribute. | ``name:example`` | +| identifier | Either ``id`` or ``name``. | ``identifier:example`` | +| class | Element ``class``. | ``class:example`` | +| tag | Tag name. | ``tag:div`` | +| xpath | XPath expression. | ``xpath://div[@id="example"]`` | +| css | CSS selector. | ``css:div#example`` | +| dom | DOM expression. | ``dom:document.images[5]`` | +| link | Exact text a link has. | ``link:The example`` | +| partial link | Partial link text. | ``partial link:he ex`` | +| sizzle | Sizzle selector deprecated. | ``sizzle:div.example`` | +| jquery | jQuery expression. | ``jquery:div.example`` | +| default | Keyword specific default behavior. | ``default:example`` | + +See the `Default locator strategy` section below for more information +about how the default strategy works. Using the explicit ``default`` +prefix is only necessary if the locator value itself accidentally +matches some of the explicit strategies. + +Different locator strategies have different pros and cons. Using ids, +either explicitly like ``id:foo`` or by using the `default locator +strategy` simply like ``foo``, is recommended when possible, because +the syntax is simple and locating elements by id is fast for browsers. +If an element does not have an id or the id is not stable, other +solutions need to be used. If an element has a unique tag name or class, +using ``tag``, ``class`` or ``css`` strategy like ``tag:h1``, +``class:example`` or ``css:h1.example`` is often an easy solution. In +more complex cases using XPath expressions is typically the best +approach. They are very powerful but a downside is that they can also +get complex. + +Examples: + +| `Click Element` | id:foo | # Element with id 'foo'. | +| `Click Element` | css:div#foo h1 | # h1 element under div with id 'foo'. | +| `Click Element` | xpath: //div[@id="foo"]//h1 | # Same as the above using XPath, not CSS. | +| `Click Element` | xpath: //*[contains(text(), "example")] | # Element containing text 'example'. | + +*NOTE:* + +- The ``strategy:value`` syntax is only supported by SeleniumLibrary 3.0 + and newer. +- Using the ``sizzle`` strategy or its alias ``jquery`` requires that + the system under test contains the jQuery library. +- Prior to SeleniumLibrary 3.0, table related keywords only supported + ``xpath``, ``css`` and ``sizzle/jquery`` strategies. + +=== Implicit XPath strategy === + +If the locator starts with ``//`` or ``(//``, the locator is considered +to be an XPath expression. In other words, using ``//div`` is equivalent +to using explicit ``xpath://div``. + +Examples: + +| `Click Element` | //div[@id="foo"]//h1 | +| `Click Element` | (//div)[2] | + +The support for the ``(//`` prefix is new in SeleniumLibrary 3.0. + +== Using WebElements == + +In addition to specifying a locator as a string, it is possible to use +Selenium's WebElement objects. This requires first getting a WebElement, +for example, by using the `Get WebElement` keyword. + +| ${elem} = | `Get WebElement` | id:example | +| `Click Element` | ${elem} | | + +== Custom locators == + +If more complex lookups are required than what is provided through the +default locators, custom lookup strategies can be created. Using custom +locators is a two part process. First, create a keyword that returns +a WebElement that should be acted on: + +| Custom Locator Strategy | [Arguments] | ${browser} | ${locator} | ${tag} | ${constraints} | +| | ${element}= | Execute Javascript | return window.document.getElementById('${locator}'); | +| | [Return] | ${element} | + +This keyword is a reimplementation of the basic functionality of the +``id`` locator where ``${browser}`` is a reference to a WebDriver +instance and ``${locator}`` is the name of the locator strategy. To use +this locator, it must first be registered by using the +`Add Location Strategy` keyword: + +| `Add Location Strategy` | custom | Custom Locator Strategy | + +The first argument of `Add Location Strategy` specifies the name of +the strategy and it must be unique. After registering the strategy, +the usage is the same as with other locators: + +| `Click Element` | custom:example | + +See the `Add Location Strategy` keyword for more details. + += Browser and Window = + +There is different conceptual meaning when SeleniumLibrary talks +about windows or browsers. This chapter explains those differences. + +== Browser == + +When `Open Browser` or `Create WebDriver` keyword is called, it +will create a new Selenium WebDriver instance by using the +[https://www.seleniumhq.org/docs/03_webdriver.jsp|Selenium WebDriver] +API. In SeleniumLibrary terms, a new browser is created. It is +possible to start multiple independent browsers (Selenium Webdriver +instances) at the same time, by calling `Open Browser` or +`Create WebDriver` multiple times. These browsers are usually +independent of each other and do not share data like cookies, +sessions or profiles. Typically when the browser starts, it +creates a single window which is shown to the user. + +== Window == + +Windows are the part of a browser that loads the web site and presents +it to the user. All content of the site is the content of the window. +Windows are children of a browser. In SeleniumLibrary browser is a +synonym for WebDriver instance. One browser may have multiple +windows. Windows can appear as tabs, as separate windows or pop-ups with +different position and size. Windows belonging to the same browser +typically share the sessions detail, like cookies. If there is a +need to separate sessions detail, example login with two different +users, two browsers (Selenium WebDriver instances) must be created. +New windows can be opened example by the application under test or +by example `Execute Javascript` keyword: + +| `Execute Javascript` window.open() # Opens a new window with location about:blank + +The example below opens multiple browsers and windows, +to demonstrate how the different keywords can be used to interact +with browsers, and windows attached to these browsers. + +Structure: +| BrowserA +| Window 1 (location=https://robotframework.org/) +| Window 2 (location=https://robocon.io/) +| Window 3 (location=https://github.com/robotframework/) +| +| BrowserB +| Window 1 (location=https://github.com/) + +Example: +| `Open Browser` | https://robotframework.org | ${BROWSER} | alias=BrowserA | # BrowserA with first window is opened. | +| `Execute Javascript` | window.open() | | | # In BrowserA second window is opened. | +| `Switch Window` | locator=NEW | | | # Switched to second window in BrowserA | +| `Go To` | https://robocon.io | | | # Second window navigates to robocon site. | +| `Execute Javascript` | window.open() | | | # In BrowserA third window is opened. | +| ${handle} | `Switch Window` | locator=NEW | | # Switched to third window in BrowserA | +| `Go To` | https://github.com/robotframework/ | | | # Third windows goes to robot framework github site. | +| `Open Browser` | https://github.com | ${BROWSER} | alias=BrowserB | # BrowserB with first windows is opened. | +| ${location} | `Get Location` | | | # ${location} is: https://www.github.com | +| `Switch Window` | ${handle} | browser=BrowserA | | # BrowserA second windows is selected. | +| ${location} | `Get Location` | | | # ${location} = https://robocon.io/ | +| @{locations 1} | `Get Locations` | | | # By default, lists locations under the currectly active browser (BrowserA). | +| @{locations 2} | `Get Locations` | browser=ALL | | # By using browser=ALL argument keyword list all locations from all browsers. | + +The above example, @{locations 1} contains the following items: +https://robotframework.org/, https://robocon.io/ and +https://github.com/robotframework/'. The @{locations 2} +contains the following items: https://robotframework.org/, +https://robocon.io/, https://github.com/robotframework/' +and 'https://github.com/. + += Timeouts, waits, and delays = + +This section discusses different ways how to wait for elements to +appear on web pages and to slow down execution speed otherwise. +It also explains the `time format` that can be used when setting various +timeouts, waits, and delays. + +== Timeout == + +SeleniumLibrary contains various keywords that have an optional +``timeout`` argument that specifies how long these keywords should +wait for certain events or actions. These keywords include, for example, +``Wait ...`` keywords and keywords related to alerts. Additionally +`Execute Async Javascript`. Although it does not have ``timeout``, +argument, uses a timeout to define how long asynchronous JavaScript +can run. + +The default timeout these keywords use can be set globally either by +using the `Set Selenium Timeout` keyword or with the ``timeout`` argument +when `importing` the library. See `time format` below for supported +timeout syntax. + +== Implicit wait == + +Implicit wait specifies the maximum time how long Selenium waits when +searching for elements. It can be set by using the `Set Selenium Implicit +Wait` keyword or with the ``implicit_wait`` argument when `importing` +the library. See [https://www.seleniumhq.org/docs/04_webdriver_advanced.jsp| +Selenium documentation] for more information about this functionality. + +See `time format` below for supported syntax. + +== Selenium speed == + +Selenium execution speed can be slowed down globally by using `Set +Selenium speed` keyword. This functionality is designed to be used for +demonstrating or debugging purposes. Using it to make sure that elements +appear on a page is not a good idea. The above-explained timeouts +and waits should be used instead. + +See `time format` below for supported syntax. + +== Time format == + +All timeouts and waits can be given as numbers considered seconds +(e.g. ``0.5`` or ``42``) or in Robot Framework's time syntax +(e.g. ``1.5 seconds`` or ``1 min 30 s``). For more information about +the time syntax see the +[http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#time-format|Robot Framework User Guide]. + += Run-on-failure functionality = + +SeleniumLibrary has a handy feature that it can automatically execute +a keyword if any of its own keywords fails. By default, it uses the +`Capture Page Screenshot` keyword, but this can be changed either by +using the `Register Keyword To Run On Failure` keyword or with the +``run_on_failure`` argument when `importing` the library. It is +possible to use any keyword from any imported library or resource file. + +The run-on-failure functionality can be disabled by using a special value +``NOTHING`` or anything considered false (see `Boolean arguments`) +such as ``NONE``. + += Boolean arguments = + +Some keywords accept arguments that are handled as Boolean values true or +false. If such an argument is given as a string, it is considered false if +it is either empty or case-insensitively equal to ``false``, ``no``, ``off``, + ``0`` or ``none``. Other strings are considered true regardless of their value and +other argument types are tested using the same +[https://docs.python.org/3/library/stdtypes.html#truth-value-testing|rules as in Python]. + +True examples: + +| `Set Screenshot Directory` | ${RESULTS} | persist=True | # Strings are generally true. | +| `Set Screenshot Directory` | ${RESULTS} | persist=yes | # Same as the above. | +| `Set Screenshot Directory` | ${RESULTS} | persist=${TRUE} | # Python True is true. | +| `Set Screenshot Directory` | ${RESULTS} | persist=${42} | # Numbers other than 0 are true. | + +False examples: + +| `Set Screenshot Directory` | ${RESULTS} | persist=False | # String false is false. | +| `Set Screenshot Directory` | ${RESULTS} | persist=no | # Also string no is false. | +| `Set Screenshot Directory` | ${RESULTS} | persist=NONE | # String NONE is false. | +| `Set Screenshot Directory` | ${RESULTS} | persist=${EMPTY} | # Empty string is false. | +| `Set Screenshot Directory` | ${RESULTS} | persist=${FALSE} | # Python False is false. | +| `Set Screenshot Directory` | ${RESULTS} | persist=${NONE} | # Python None is false. | + +Note that prior to SeleniumLibrary 3.0, all non-empty strings, including +``false``, ``no`` and ``none``, were considered true. Starting from +SeleniumLibrary 4.0, strings ``0`` and ``off`` are considered as false. + += EventFiringWebDriver = + +The SeleniumLibrary offers support for +[https://seleniumhq.github.io/selenium/docs/api/py/webdriver_support/selenium.webdriver.support.event_firing_webdriver.html#module-selenium.webdriver.support.event_firing_webdriver|EventFiringWebDriver]. +See the Selenium and SeleniumLibrary +[https://github.com/robotframework/SeleniumLibrary/blob/master/docs/extending/extending.rst#EventFiringWebDriver|EventFiringWebDriver support] +documentation for further details. + +EventFiringWebDriver is new in SeleniumLibrary 4.0 + += Thread support = + +SeleniumLibrary is not thread-safe. This is mainly due because the underlying +[https://github.com/SeleniumHQ/selenium/wiki/Frequently-Asked-Questions#q-is-webdriver-thread-safe| +Selenium tool is not thread-safe] within one browser/driver instance. +Because of the limitation in the Selenium side, the keywords or the +API provided by the SeleniumLibrary is not thread-safe. + += Plugins = + +SeleniumLibrary offers plugins as a way to modify and add library keywords and modify some of the internal +functionality without creating a new library or hacking the source code. See +[https://github.com/robotframework/SeleniumLibrary/blob/master/docs/extending/extending.rst#Plugins|plugin API] +documentation for further details. + +Plugin API is new SeleniumLibrary 4.0 + += Plugin: my_lib_args = + +No plugin documentation found. \ No newline at end of file diff --git a/utest/test/api/approved_files/test_filepath_unusual_characters.test_normal_file_path.received.txt b/utest/test/api/approved_files/test_filepath_unusual_characters.test_normal_file_path.received.txt new file mode 100644 index 000000000..604154bdd --- /dev/null +++ b/utest/test/api/approved_files/test_filepath_unusual_characters.test_normal_file_path.received.txt @@ -0,0 +1,11 @@ +Different file paths. + +0) /foo/file.log +1) /foo/file-1.log +2) /foo/file-0001.log +3) /foo/file-{foo}.log +4) /{foo}/file-1.log +5) /foo/file-001.log +6) /foo/1234-file-1234.log +7) /foo/file-{in dex}.log +8) /foo/file-{in@dex}.log diff --git a/utest/test/keywords/approved_files/ElementKeywordsPessKeys.test_convert_key.received.txt b/utest/test/keywords/approved_files/ElementKeywordsPessKeys.test_convert_key.received.txt new file mode 100644 index 000000000..c36b6dfb7 --- /dev/null +++ b/utest/test/keywords/approved_files/ElementKeywordsPessKeys.test_convert_key.received.txt @@ -0,0 +1,6 @@ +To Selenium Special Keys + +0) [KeysRecord(converted='B', original='B', special=False)] +1) [KeysRecord(converted='AA', original='AA', special=False), KeysRecord(converted='CCC', original='CCC', special=False)] +2) [KeysRecord(converted='\ue00a', original='ALT', special=True), KeysRecord(converted='B', original='B', special=False)] +3) [KeysRecord(converted='\ue00a', original='ALT', special=True), KeysRecord(converted='\ue009', original='CONTROL', special=True)] diff --git a/utest/test/keywords/approved_files/ElementKeywordsPessKeys.test_parse_keys.received.txt b/utest/test/keywords/approved_files/ElementKeywordsPessKeys.test_parse_keys.received.txt new file mode 100644 index 000000000..4ab4fd273 --- /dev/null +++ b/utest/test/keywords/approved_files/ElementKeywordsPessKeys.test_parse_keys.received.txt @@ -0,0 +1,14 @@ +index + +0) [[KeysRecord(converted='A', original='A', special=False)], [KeysRecord(converted='B', original='B', special=False)], [KeysRecord(converted='C', original='C', special=False)]] +1) [[KeysRecord(converted='AAA', original='AAA', special=False)], [KeysRecord(converted='\ue009', original='CONTROL', special=True)], [KeysRecord(converted='C', original='C', special=False)]] +2) [[KeysRecord(converted='AAA', original='AAA', special=False)], [KeysRecord(converted='\ue009', original='CONTROL', special=True), KeysRecord(converted='B', original='B', special=False)], [KeysRecord(converted='C', original='C', special=False)]] +3) [[KeysRecord(converted='\ue009', original='CONTROL', special=True), KeysRecord(converted='A', original='A', special=False)], [KeysRecord(converted='\ue00a', original='ALT', special=True), KeysRecord(converted='B', original='B', special=False)]] +4) [[KeysRecord(converted='\ue009', original='CONTROL', special=True), KeysRecord(converted='\ue00a', original='ALT', special=True), KeysRecord(converted='b', original='b', special=False)]] +5) [[KeysRecord(converted='Press CTRL', original='Press CTRL', special=False), KeysRecord(converted='C to', original='C to', special=False)]] +6) [[KeysRecord(converted='Press CTRL', original='Press CTRL', special=False), KeysRecord(converted='+C to', original='+C to', special=False)]] +7) [[KeysRecord(converted='\ue010', original='END', special=True), KeysRecord(converted='E', original='E', special=False), KeysRecord(converted='N', original='N', special=False), KeysRecord(converted='D', original='D', special=False)]] +8) [[KeysRecord(converted='AALTO', original='AALTO', special=False)]] +9) [[KeysRecord(converted='alt', original='alt', special=False)]] +10) [[KeysRecord(converted='IS ALT HERE', original='IS ALT HERE', special=False)]] +11) [[KeysRecord(converted='IS', original='IS', special=False)], [KeysRecord(converted='\ue00a', original='ALT', special=True)], [KeysRecord(converted='HERE', original='HERE', special=False)]] diff --git a/utest/test/keywords/approved_files/ElementKeywordsPessKeys.test_parse_keys_aliases.received.txt b/utest/test/keywords/approved_files/ElementKeywordsPessKeys.test_parse_keys_aliases.received.txt new file mode 100644 index 000000000..506158ad7 --- /dev/null +++ b/utest/test/keywords/approved_files/ElementKeywordsPessKeys.test_parse_keys_aliases.received.txt @@ -0,0 +1,7 @@ +Alias testing + +0) CONTROL +1) ESCAPE +2) CONTROL +3) BB +4) END diff --git a/utest/test/keywords/approved_files/ElementKeywordsPessKeys.test_separate_key.received.txt b/utest/test/keywords/approved_files/ElementKeywordsPessKeys.test_separate_key.received.txt new file mode 100644 index 000000000..42e06281c --- /dev/null +++ b/utest/test/keywords/approved_files/ElementKeywordsPessKeys.test_separate_key.received.txt @@ -0,0 +1,11 @@ +Separate key + +0) ['BB'] +1) ['ALT', 'B'] +2) ['A', 'B', 'C'] +3) ['A', '+'] +4) ['A', '+'] +5) ['A', '+', 'C'] +6) ['+'] +7) ['+'] +8) ['+', '+'] diff --git a/utest/test/keywords/approved_files/FireFoxProfileParsingTests.test_single_method.received.txt b/utest/test/keywords/approved_files/FireFoxProfileParsingTests.test_single_method.received.txt new file mode 100644 index 000000000..04179f5f3 --- /dev/null +++ b/utest/test/keywords/approved_files/FireFoxProfileParsingTests.test_single_method.received.txt @@ -0,0 +1,8 @@ +Firefox profile parsing + +0) key1 arg1 +1) key1 arg1 +2) key1 arg1 key2 arg2 +3) True +4) 'FirefoxProfile' object has no attribute 'wrong_name' +5) 'str' object has no attribute 'proxy_type' diff --git a/utest/test/keywords/approved_files/JavaScriptKeywordsTest.test_check_marker_error.received.txt b/utest/test/keywords/approved_files/JavaScriptKeywordsTest.test_check_marker_error.received.txt new file mode 100644 index 000000000..b8a0d70fe --- /dev/null +++ b/utest/test/keywords/approved_files/JavaScriptKeywordsTest.test_check_marker_error.received.txt @@ -0,0 +1,24 @@ +error + +0) There must be at least one argument defined. +1) ARGUMENTS marker was found two times in the code. +2) JAVASCRIPT marker was found two times in the code. +3) ARGUMENTS marker was found two times in the code. +4) JAVASCRIPT marker was found two times in the code. +5) ARGUMENTS marker was found two times in the code. +6) JAVASCRIPT marker was found two times in the code. +7) There must be at least one argument defined. +8) None +9) None +10) None +11) None +12) None +13) None +14) None +15) None +16) None +17) None +18) None +19) None +20) None +21) None diff --git a/utest/test/keywords/approved_files/JavaScriptKeywordsTest.test_indexing.received.txt b/utest/test/keywords/approved_files/JavaScriptKeywordsTest.test_indexing.received.txt new file mode 100644 index 000000000..39d0c38c8 --- /dev/null +++ b/utest/test/keywords/approved_files/JavaScriptKeywordsTest.test_indexing.received.txt @@ -0,0 +1,17 @@ +index + +0) Index(js=-1, arg=-1) +1) Index(js=-1, arg=-1) +2) Index(js=-1, arg=-1) +3) Index(js=0, arg=-1) +4) Index(js=-1, arg=2) +5) Index(js=-1, arg=-1) +6) Index(js=-1, arg=-1) +7) Index(js=0, arg=3) +8) Index(js=0, arg=-1) +9) Index(js=1, arg=0) +10) Index(js=0, arg=3) +11) Index(js=3, arg=0) +12) Index(js=-1, arg=-1) +13) Index(js=-1, arg=-1) +14) Index(js=0, arg=-1) diff --git a/utest/test/keywords/approved_files/JavaScriptKeywordsTest.test_separate_code_and_args.received.txt b/utest/test/keywords/approved_files/JavaScriptKeywordsTest.test_separate_code_and_args.received.txt new file mode 100644 index 000000000..59112862d --- /dev/null +++ b/utest/test/keywords/approved_files/JavaScriptKeywordsTest.test_separate_code_and_args.received.txt @@ -0,0 +1,17 @@ +code and args + +0) There must be at least one argument defined. +1) (['code1'], []) +2) (['code1', 'code2'], []) +3) (['code1', 'code2'], []) +4) (['code1', 'code2'], ['arg1', 'arg2']) +5) (['code1', 'code2', 'arguments', 'arg1', 'arg2'], []) +6) (['javascript', 'code1', 'code2'], []) +7) (['code1', 'code2'], []) +8) (['code1', 'code2', 'argUMENTs'], []) +9) (['code1', 'code2'], []) +10) (['code1', 'code2'], ['arg1', 'arg2']) +11) (['code1', 'code2'], ['arg1', 'arg2']) +12) (['aRGUMENTS', 'arg1', 'arg2', 'jAVASCRIPT', 'code1', 'code2'], []) +13) (['JAVASCRIPTCODE', 'code1', 'code2'], []) +14) (['code1', 'code2', 'ARGUMENTS ARG2', 'arg3'], []) diff --git a/utest/test/keywords/approved_files/test_selenium_options_parser.test_create_with_android.received.txt b/utest/test/keywords/approved_files/test_selenium_options_parser.test_create_with_android.received.txt new file mode 100644 index 000000000..4ec4a5658 --- /dev/null +++ b/utest/test/keywords/approved_files/test_selenium_options_parser.test_create_with_android.received.txt @@ -0,0 +1,3 @@ +Selenium options with android + +0) [[], {'androidPackage': 'com.android.chrome'}] diff --git a/utest/test/keywords/approved_files/test_selenium_options_parser.test_get_options.received.txt b/utest/test/keywords/approved_files/test_selenium_options_parser.test_get_options.received.txt new file mode 100644 index 000000000..8b9a62aaa --- /dev/null +++ b/utest/test/keywords/approved_files/test_selenium_options_parser.test_get_options.received.txt @@ -0,0 +1,3 @@ +Selenium options with string. + +0) ['--proxy-server=66.97.38.58:80'] diff --git a/utest/test/keywords/approved_files/test_selenium_options_parser.test_importer.received.txt b/utest/test/keywords/approved_files/test_selenium_options_parser.test_importer.received.txt new file mode 100644 index 000000000..21faaba19 --- /dev/null +++ b/utest/test/keywords/approved_files/test_selenium_options_parser.test_importer.received.txt @@ -0,0 +1,15 @@ +Selenium options import + +0) +1) +2) +3) +4) +5) +6) +7) phantomjs No module named +8) safari No module named +9) htmlunit No module named +10) htmlunit_with_js No module named +11) +12) iphone No module named diff --git a/utest/test/keywords/approved_files/test_selenium_options_parser.test_options_create.received.txt b/utest/test/keywords/approved_files/test_selenium_options_parser.test_options_create.received.txt new file mode 100644 index 000000000..6c55e276f --- /dev/null +++ b/utest/test/keywords/approved_files/test_selenium_options_parser.test_options_create.received.txt @@ -0,0 +1,9 @@ +Selenium options + +0) ['--disable-dev-shm-usage'] +1) ['--disable-dev-shm-usage', '--headless'] +2) ['--disable-dev-shm-usage', '--headless', '--proxy-server=66.97.38.58:80'] +3) setattr +4) ['--disable-dev-shm-usage'] +5) None +6) None diff --git a/utest/test/keywords/approved_files/test_selenium_options_parser.test_parse_options_string.received.txt b/utest/test/keywords/approved_files/test_selenium_options_parser.test_parse_options_string.received.txt new file mode 100644 index 000000000..c852121bf --- /dev/null +++ b/utest/test/keywords/approved_files/test_selenium_options_parser.test_parse_options_string.received.txt @@ -0,0 +1,20 @@ +Selenium options string to dict + +0) [{'method': ['arg1']}] +1) [{'method': ['arg1', 'arg2']}] +2) [{'method': [True]}] +3) [{'method': [1]}] +4) [{'method': ['arg1', 2, None, False, 'arg2']}] +5) [{'method': [' arg1 ', 2, None, False, ' arg2 ']}] +6) [{'attribute': ['arg1']}] +7) [{'attribute': [True]}] +8) [{'method': ['arg1']}, {'attribute': [True]}] +9) [{'method': ['arg1']}, {'attribute': [True]}, {'method': ['arg2']}] +10) [{'attribute': []}] +11) [{'method': []}] +12) [{'method': ['--proxy 10.10.1.3:2345']}] +13) [{'method': [';arg1']}] +14) [{'method': ['arg1', 2, 'arg2']}] +15) [{'method': ['arg1']}] +16) [{'add_argument': ['-profile']}, {'add_argument': ['C:\\path\to\\profile']}] +17) [{'add_argument': ['-profile']}, {'add_argument': ['C:\\path\\to\\profile']}] diff --git a/utest/test/keywords/approved_files/test_selenium_options_parser.test_parse_options_string_errors.received.txt b/utest/test/keywords/approved_files/test_selenium_options_parser.test_parse_options_string_errors.received.txt new file mode 100644 index 000000000..d83ca949e --- /dev/null +++ b/utest/test/keywords/approved_files/test_selenium_options_parser.test_parse_options_string_errors.received.txt @@ -0,0 +1,9 @@ +Selenium options string errors + +0) method("arg1) Unable to parse option: "method("arg1)" +1) method(arg1") Unable to parse option: "method(arg1")" +2) method(arg1) Unable to parse option: "method(arg1)" +3) attribute=arg1 Unable to parse option: "attribute=arg1" +4) attribute=webdriver Unable to parse option: "attribute=webdriver" +5) method(argument="value") Unable to parse option: "method(argument="value")" +6) [{'method': ['key', 'value']}] diff --git a/utest/test/keywords/approved_files/test_selenium_options_parser.test_split_options.received.txt b/utest/test/keywords/approved_files/test_selenium_options_parser.test_split_options.received.txt new file mode 100644 index 000000000..05775fd3e --- /dev/null +++ b/utest/test/keywords/approved_files/test_selenium_options_parser.test_split_options.received.txt @@ -0,0 +1,8 @@ +Selenium options string splitting + +0) ['method("arg1")', 'method("arg2")'] +1) ['method("arg1")'] +2) ['attribute=True'] +3) ['attribute="semi;colons;middle"', 'other_attribute=True'] +4) ['method("arg1;")', 'method(";arg2;")'] +5) [' method ( " arg1 ") ', ' method ( " arg2 " ) ']