From ac91db268fbbe07dd640843febe1a6984f74a8d1 Mon Sep 17 00:00:00 2001 From: Brandon Wolfe Date: Thu, 16 Jun 2022 10:02:24 -0500 Subject: [PATCH] cleanup requirements Signed-off-by: Brandon Wolfe --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- docs/DesktopLibraryDocumentation.html | 2 +- docs/MobileLibraryDocumentation.html | 2 +- requirements.txt | 2 -- samples/Default/Preferences | 1 - 5 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 samples/Default/Preferences diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3437c05..5c9e191 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -41,6 +41,6 @@ body: attributes: label: RobotFramework-ApplicationLibrary version (tag) description: What version of RobotFramework-ApplicationLibrary are you using? - placeholder: 2.13.1? Please use the full tag, avoid "latest" + placeholder: 1.0.1? Please use the full tag, avoid "latest" validations: required: true \ No newline at end of file diff --git a/docs/DesktopLibraryDocumentation.html b/docs/DesktopLibraryDocumentation.html index 70ff81c..badb4f4 100644 --- a/docs/DesktopLibraryDocumentation.html +++ b/docs/DesktopLibraryDocumentation.html @@ -1192,7 +1192,7 @@ jQuery.extend({highlight:function(e,t,n,r){if(e.nodeType===3){var i=e.data.match(t);if(i){var s=document.createElement(n||"span");s.className=r||"highlight";var o=e.splitText(i.index);o.splitText(i[0].length);var u=o.cloneNode(true);s.appendChild(u);o.parentNode.replaceChild(s,o);return 1}}else if(e.nodeType===1&&e.childNodes&&!/(script|style)/i.test(e.tagName)&&!(e.tagName===n.toUpperCase()&&e.className===r)){for(var a=0;a diff --git a/docs/MobileLibraryDocumentation.html b/docs/MobileLibraryDocumentation.html index dc6742c..2ac2790 100644 --- a/docs/MobileLibraryDocumentation.html +++ b/docs/MobileLibraryDocumentation.html @@ -1192,7 +1192,7 @@ jQuery.extend({highlight:function(e,t,n,r){if(e.nodeType===3){var i=e.data.match(t);if(i){var s=document.createElement(n||"span");s.className=r||"highlight";var o=e.splitText(i.index);o.splitText(i[0].length);var u=o.cloneNode(true);s.appendChild(u);o.parentNode.replaceChild(s,o);return 1}}else if(e.nodeType===1&&e.childNodes&&!/(script|style)/i.test(e.tagName)&&!(e.tagName===n.toUpperCase()&&e.className===r)){for(var a=0;a diff --git a/requirements.txt b/requirements.txt index 2b85539..879211b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,4 @@ robotframework==5.0.1 -robotframework-seleniumlibrary==5.1.3 selenium==3.141.0 -python-dateutil==2.8.2 robotframework-appiumlibrary==1.6.3 psutil==5.9.1 diff --git a/samples/Default/Preferences b/samples/Default/Preferences deleted file mode 100644 index bc88420..0000000 --- a/samples/Default/Preferences +++ /dev/null @@ -1 +0,0 @@ -{"alternate_error_pages":{"enabled":false},"autofill":{"enabled":false},"browser":{"check_default_browser":false},"distribution":{"import_bookmarks":false,"import_history":false,"import_search_engine":false,"make_chrome_default_for_user":false,"skip_first_run_ui":true},"dns_prefetching":{"enabled":false},"profile":{"content_settings":{"pattern_pairs":{"https://*,*":{"media-stream":{"audio":"Default","video":"Default"}}}},"default_content_setting_values":{"geolocation":1},"default_content_settings":{"geolocation":1,"mouselock":1,"notifications":1,"popups":1,"ppapi-broker":1},"password_manager_enabled":false},"safebrowsing":{"enabled":false},"search":{"suggest_enabled":false},"translate":{"enabled":false}} \ No newline at end of file