Looking to extract the text/value from an Element in a GWT app. You can find the app and the Element at the following locations:
-navigate to
-select "Products"
-select "Software"
-select "Rotary indexing table"
-select "Next"
-select "Next" again
You should now be on page "3. Load Settings"
-Input 50 (kg cm²) as Mass moment of inertia
-Input 50 (kg) as Mass
-Input 50 (mm) as r for Distance/Lever arm
-Input 50 (deg) as Greek letter theta
-Input 50 (mm) as Z
-select "Next" to proceed
You are now on page "4. Results"
Here, you will see the result for "C: total cycle time" (and other results) which will be 0.518 s based on the values entered on the previous page.
I am able to automate this process using selenium (in perl) up to page 4, but I am unable to extract the results. Any advice on what steps to take next would be greatly appreciated. I believe the issue is not related to perl.
When using FireBug to gather additional details, I am also unable to locate the result "0.518" in the HTML Tab. However, switching to the DOM Tab of FireBug allows me to find it.
Thank you,
Roland