Two fingers scrolling
-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
By Iraj
Greetings!
I am trying to pass parameters using Send () function as below
$sFilePath = @ScriptDir & "\config.ini" Local $hFileOpen = FileOpen($sFilePath, $FO_READ) Local $sURLUsername = FileReadLine($hFileOpen, 1) Local $sURLPassword = FileReadLine($hFileOpen, 2) Local $sAutomation = FileReadLine($hFileOpen, 3) Run("chrome facebook.com") Sleep(5000) Send($sAutomation) FileClose($hFileOpen) The config.ini file contains below lines
abcd wxyz $sURLUsername{TAB}$sURLPassword{ENTER} While running, I am getting $sURLUsername & $sURLPassword in the username & password field instead of abcd & wxyz as provided.
Refer image below:
Where am I going wrong? Any suggestions or assistance will be grateful.
-
By abberration
Software Installer
Version: 2.0
It's been been a long year, but I finally got some time to rework this project. I re-wrote everything from scratch because the old version was getting too complicated with so many options and sub-menus. This new version is much easier to use and I have been testing for a few days and it seems very stable.
For those who are new to this software, it helps you install software silently/unattended. This new version tries to determine the silent switch automatically. You can also re-organize the order in which the software installs by dragging & dropping them in the listview. It now supports creating profiles and checks for missing software (and automatically unchecks them, so it does not attempt to install non-existent software). One feature I included was because I have seen several people on Youtube talk about disliking bright screens at night. So, now you can choose from a few color theme (half of them are dark). I dabbled a bit more into GDI+ to draw a few things and show my logo with a transparent background (hint: I'm not good at GDI+).
Under the Help menu, you will find a User Guide, which goes through most of it's features. I included a new icon if you want to use when you compile the script (in the Assets > Misc folder).
If you have questions, comments or suggestions, all are welcome. Hope you enjoy!
Here it is in action:
Software_Installer_2.0.zip
-
By rcmaehl
A UDF to connect and control Five9 on the Local Network via it's provided HTTP API
THIS UDF IS STILL IN TESTING
Current Features:
Agent Ready
* Contains most functions needed to control Agent Status
PLANNED Features:
Heavyweight
* Control most Five9 API functions
* Full Control over own Status as well as Supervisor functionality
Helpful Premade Examples Files
* Examples for almost every function
* Premade CUI and GUI clients
Ready for all users, beginner and up
* Detailed Error Reporting to help pin-point problems
* Thorough parameter checking to prevent accidental script crashes
Support:
Support for this UDF can be obtained in my Discord Server
-
By rcmaehl
A UDF to connect and control Cisco Finesse on the Local Network via it's provided HTTP API
Current Features:
Heavyweight
* Large feature set, containing most Finesse Desktop API functions
PLANNED Features:
Heavyweight
* Control over own Status as well as Supervisor functionality
Helpful Premade Examples Files
* Examples for almost every function
* Premade CUI and GUI clients
Ready for all users, beginner and up
* Detailed Error Reporting to help pin-point problems
* Thorough parameter checking to prevent accidental script crashes
Support:
Support for this UDF can be obtained in my Discord Server
-
By vargheseg
I have a web page which has somewhere from 90-100 records any time. So one has to scroll from from certain height to bottom using scroll bar on the right or using the down key. Is there any functionality to take a single screenshot and give .jpeg file. Any previous links or direction will be very helpful for me
George V
-
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now