You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking at Player to capture the output of AJAX based forms. I want to extract the final data based on form inputs but not actually submit the form (as it leads to a page refresh / redirect that I can't track). It's neither click() or submit() that I need.
How would I do this?
The text was updated successfully, but these errors were encountered:
I'm looking at Player to capture the output of AJAX based forms. I want to extract the final data based on form inputs but not actually submit the form (as it leads to a page refresh / redirect that I can't track). It's neither click() or submit() that I need.
How would I do this?
The text was updated successfully, but these errors were encountered: