Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
i tried to get current date to DATE_NOW variable
then no matter what i did,date to string or date to milliseconds or use raw format
none of that is working, it always gives me all db records
has it worked for anyone?
nvm it worked sry
Now I am faced with the problem that after trying to add a Database to a new project by ID, all the data and tables were deleted from it
@Hifive said in Xpath does not work with Mobile browser:
xpath> //a[contains(@ref, 'contact')]
Maybe "href" instead of "ref" >>>
xpath> //a[contains(@href, 'contact')]
i decreased the list from 333k to 100k and it works now along with sorting function. but as my bots run it will increase again in size. what would you guys recommend?
@maxso Unfortunatelly, proxy for specific url works only if tunneling is disabled. It is mentioned in interactive documentation.
0_1522159779308_ProxyTunneling.png
@Allister @support thanks for the support !! I must say i am enjoying bas. I will go through example and try to understand more.