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
Question 1: The site has a feature that disables the Login button if the username and/or password fields are empty. This works correctly in the browser steps' preview mode, but not during actual checks. The button remains inactive. Here's what I've tried:
Adding delays.
Pressing Enter multiple times with intervals.
Clicking on the Login button directly.
However, screenshots indicate that I am unable to move past the login screen, even though I can log in successfully in the preview mode.
Question 2: To address this, I attempted to use JavaScript with document.getElementById('account_login').submit(), but this redirects me to a different page displaying a "Snapshot of Authenticate generated by ServiceStack" with my bearer token. Alternatively, the jQuery command $('#account_login').submit(); works perfectly in preview mode, taking me to the desired page in the browser steps' preview mode. Unfortunately, when running real-time checks, this jQuery command does not yield any results.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am a delighted user of changedetection.io and would like to express my gratitude for your exceptional work.
My setup: changedetection.io v0.45.8.1 with browserless/chrome:1.60-chrome-stable.
I am encountering an issue while trying to log in to the following website through browser steps: https://gmfstlucsteugene.portail.medfarsolutions.com/en/login
Question 1: The site has a feature that disables the Login button if the username and/or password fields are empty. This works correctly in the browser steps' preview mode, but not during actual checks. The button remains inactive. Here's what I've tried:
However, screenshots indicate that I am unable to move past the login screen, even though I can log in successfully in the preview mode.
Question 2: To address this, I attempted to use JavaScript with
document.getElementById('account_login').submit()
, but this redirects me to a different page displaying a "Snapshot of Authenticate generated by ServiceStack" with my bearer token. Alternatively, the jQuery command$('#account_login').submit();
works perfectly in preview mode, taking me to the desired page in the browser steps' preview mode. Unfortunately, when running real-time checks, this jQuery command does not yield any results.I appreciate any assistance you can provide.
Beta Was this translation helpful? Give feedback.
All reactions