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
For example, on http://www.hallsgb.com/ DIADEM returns the following entry-points: id('cppd')/form[1]/div[@class='col-right'][1]/input[1] and id('submit298528')
Testing these in Firefox/Firepath shows them as expected.
In manual mode Artemis cannot find them.
After dumping the DOM from Artemis manual mode they can still be found by the browser, so it's not the case that Artemis is seeing a different version of the page.
Re-loading the dumped DOM in manual mode still cannot match the entry-points.
The text was updated successfully, but these errors were encountered:
Manual mode is redirected to http://m.omegaps.co.uk, the mobile site, which has a completely different form. I suspect this is because they don't recognise our UA?
For example, on http://www.hallsgb.com/ DIADEM returns the following entry-points:
id('cppd')/form[1]/div[@class='col-right'][1]/input[1]
andid('submit298528')
The text was updated successfully, but these errors were encountered: