- Joined
- Feb 23, 2018
- Messages
- 225
- Reaction score
- 35
- Achievement
Hello mates !
The new version of 9Hits Viewer and 9Hits Bot has been released with there changes:
- Fixed crashing, shutdown, log off computer, run smoother now.
- Add WaitForLoading function, you can now check for page loading before execute your main script,
for example:
- TabFocus now can pass text to find the needed tab.
Eg: TabFocus("facebook.com"); to focus browser to the first tab has url contains "facebook.com"
- Improve SSH connector.
If you have a lot of VPS and want to update faster, please have a look on the tip on this post
https://forum.9hits.com/viewtopic.php?f=2&t=88&p=416#p416
The new version of 9Hits Viewer and 9Hits Bot has been released with there changes:
- Fixed crashing, shutdown, log off computer, run smoother now.
- Add WaitForLoading function, you can now check for page loading before execute your main script,
for example:
Code:
await WaitForLoading();
ClickRandomInternalLink();
Eg: TabFocus("facebook.com"); to focus browser to the first tab has url contains "facebook.com"
- Improve SSH connector.
If you have a lot of VPS and want to update faster, please have a look on the tip on this post
https://forum.9hits.com/viewtopic.php?f=2&t=88&p=416#p416