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.
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.
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)
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