Click the title to jump (js jump), unable to obtain the web page content

After entering the A page, jump to another B page through a click event (js slideshow, unable or to obtain the url), how to obtain the content of a certain field of the B page.
The current problem is that the field content cannot be obtained. After debugging, it is found that the obtained URL is always on page A.

Can some one help to solve the issue? thanks.

@bccuiop

Welcome to the community

If it is js button then you would not get url and instead you need yo perform click itself to let that script run and open the page

Now coming to issue when you say you are unable to get content did you try screen/data scraping ?

Cheers

Hello, the URL that jumps after each click is different. screen/data capture does not seem to work. The current problem is that because of the single-click jump, there is no way to lock the page to page B.

@bccuiop

May be use total html page as one

And generally in window selector idx also cna be used only with app name and without title

Cheers

Hello,The system is third-party and there is no way to set pages.
Supplementary steps: run the browser (page A) → click (js jumps to page B) → GetUrl (the test found that the URL of page A is obtained) → get the text (actually I need to get the page elements of B)

Hello, I would like to know if I can set the newly opened browser in the main browser?

@bccuiop

If on click by default if it is opening a new window …then if you are able to get url then you can use navigate else you need to use a separate attach to atatch to it…you can use attach to current active window activity as well

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.