This removes html structure files quickly.
Thanks!
太阳的微笑
原创 大v专访 2022-09-14 20:30 福建
淘时刻
人划线
If you already have the .html you can just load it using Load Text File().
Use New HTTP Request with Get method on the URL
request = New HTTP Request(
URL("https://www.jmp.com/en_fi/home.html"),
Method("Get")
);
data = request << send;
You might also have REST API endpoint you could use. If these aren't enough might have to use something like SeleniumBrowser Scripting with Python Selenium
This is the only result:
Thanks Experts!
If you already have the .html you can just load it using Load Text File().
Dealing with this type of code with JAVA interactions can be complex.
u="";txt=loadtextfile(u);In the first post, I had to upload this html file
Thanks Experts!
Call AutoHotkey with JSL to copy.