Questions tagged [webtools]
The webtools tag has no summary.
20 questions
0
votes
0
answers
87
views
Wikipedia word cloud question from "An elementary introduction to the wolfram language"
I have been following the aforementioned course and it has been great. I am currently stuck on question 36.4: "Publish a form on the web that takes the topic of a Wikipedia page and gives a word ...
6
votes
1
answer
298
views
Create a function that takes a symbol and searches wolfram documentation for the page and opens it
This is way over my pay-grade, so I have no idea where to start. I'm certain MMA has some very good internet capabilities, so it seems to me that it is possible.
This is really a 2-part question:
How ...
6
votes
1
answer
287
views
Garbled code when using URLSubmit[] to request CJK web page
When importing content containing Chinese (CJK) characters, correct results can be obtained by using URLread
...
4
votes
1
answer
173
views
Change DataStructure (or maybe just a symbol) from JLink/Java program
I try to use JLink and Java program for receiving responses from the abstract WebSocket server. WSS not supported by Wolfram Language now, but I can use this java project + JLink for the creating a ...
0
votes
0
answers
153
views
WebSearch Stopped Working
I've been using 'WebSearch' and 'WebImageSearch' quite a lot recently to sample images for my work. However, these functions suddenly stopped working. When I evaluate, for example,
...
-1
votes
1
answer
260
views
Is it possible to create Android App Bundle (aab) for Google play with Wolfram language/Mathematica?
Mathematica is excellent tool but I don't know if is it possible to create Android App Bundle (aab) for Google play with Wolfram language/Mathematica or not?
Please advise or share your opinion/idea ...
0
votes
1
answer
128
views
automatic extracting number from a text with given signs
I am trying to get a number from a plaintext with the staring sign of "Nho xanh không hạt" and ending sign of "đ" automatically with different method but it doesn't work. In detail,...
1
vote
0
answers
112
views
How do I get access to the element which is inside a document in iframe?
If the element is not inside an iframe then the following works:
...
5
votes
1
answer
416
views
How to send keys to the element in focus with WebExecute
Exploring the WebExecute function, I would like to know how can I send key (or TypeElement) to the element in focus. Here is a toy code using Google.
...
2
votes
0
answers
307
views
Cannot launch Chrome or Firefox Driver with StartWebSession[]
The Mathematica 12 in my computer cannot launch Chrome or Firefox session correctly. The first error message is
...
2
votes
0
answers
176
views
Questions on jSoupLink
I try to use jSoupLink to scrap data. However, I have difficulty in using ParseHTML commamd.
For example, I cant get the ...
1
vote
0
answers
106
views
WebExecute - HoverElement
In the course of getting data from Barchart ( https://www.barchart.com/stocks/quotes/AAPL ) , I come across the cmd of HoverElement in WebExecute.
In particular, I want to select between Options ...
4
votes
1
answer
222
views
WebExecute to click and select next page
I am trying to get option data from BarChart.com with the following code:-
...
4
votes
2
answers
596
views
Can WebExcute click on a button on a webpage that has been created with Javascript?
In an effort to explore the new WebExecute capabilities in Version 12 I have created a simple algorithm to download some data that are stored on an external server and displayed on a webpage. I am ...
2
votes
1
answer
214
views
Unable to use the Import[] function to get the clickable hyperlinks of a page
I can get the hyperlinks of the Google search result of "Wolfram" by using the following code:
Import["https://www.google.nl/search?q=Wolfram", "Hyperlinks"]
Now ...