The-Cracker
Member
- Nov 4, 2020
- 45
- 51
- 18
Everyone this is a paid task i need someone to help with me person who has worked on temper-monkey and browser automations as well.
Task Details
Task is to build a few automations for a game.
Task Details
Task is to build a few automations for a game.
- There is a browser based game in which we select a mission and it gets us a canvas of HTML with images and inner images( e . g building with faces shown up in building).
- It has 2 endpoints for ajax
- 1. ajax is refreshing the canvas elements means random faces come and hide after some specific time. The response of ajax contains many elements and has 1 only array of sub elements.
each element has values sometime 6 elements in object(it surely contains clickX and clickY as a part of the elements). - (Issue ) i know it has X,Y are as a part of array elements but it is using Faker Js in response i don't know the name of actual parameter containing X,Y. More Interesting there sequence is also random changes time to time. So i need know any way to select actual parameters and there names so i can hit them.
- 2. When i click the face an ajax is triggered with clickX and clickY of the canvas as a URL parameter for the hitting the elements i get the response of success and on fail it won't provide any response of success.
- As far as i got is i found 3 elements that needs to be checked which is X and which is Y. we need to send 2^3 requests to hit endpoint and when success response arrives iwe know the actual X,Y objects names and can be used for all future requests
I tried multiple ways and i am still stuck i am working on new approach to get these elements but need an expert help for