nice to meet you.
I have a question for those who are familiar with HTML and CSS.
please help me
@Anonymous Automate Desktop
------------------------------------------
【What you want to achieve with PowerAutomate】
① From the URL, set to answer to BingAI's "more creative"
↓
(2) Enter the question from me written in Excel into BingAI and ask
・Example: Please extract “(1) company website URL”, “(2) business description”, “(3) address” and “(4) representative” of XXXX Inc.
・In Excel, the company name is in column A, and the question content is in column B. It is written
↓
(3) When an answer comes from BingAI, extract it
↓
④ When the answer comes, let Excel fill in the answer content
・Column 😧 (1) Company website URL
・Column E: ② Business details
・Column F: ③ Address
・Column G: ④Representative
↓
⑤ Since there are about 300 company names, repeat ① to ④
------------------------------------------
【problem】
There are three problems. Please let me know how to resolve these.
【 Problem (1): An error occurs in (2)】
・The content of the error is "Cannot write to text box (cannot get window)".
・In (2), the input item of BingAI was selected and added to the element in the event "input in the text field in the window".
・No matter what element you change, it will not change. I tried "Edit 'Ask Bing'" and "Group 'main-container body'".
・If you delete the ① flow ("Move the mouse to the image") and set the ① flow again, questions may be posted in the input items, but this is not regular.

【Problem (2): Data cannot be extracted in ③】
・Trying to extract with CSS selector
・If you copy the part you want to extract from BingAI's answer, it will be as follows.
cib-shared > div > div > div.ac-textBlock > ul > li:nth-child(1) > ul
cib-shared > div > div > div.ac-textBlock > ul > li:nth-child(2) > ul
cib-shared > div > div > div.ac-textBlock > ul > li:nth-child(3) > ul
cib-shared > div > div > div.ac-textBlock > ul > li:nth-child(4) > ul
・Put the above string in the CSS selector and set the attribute to "Own Text".
・However, information is not extracted.


Problem (3): I can't fill in ④
・Since problem (2) has not been resolved, ④ cannot be implemented.
・I would like to know how to do this.
