I'm uploading content through python selenium binding
element.send_keys(content)
, but I get a content size error.
My data will grow bigger.
Can you please give me a solution through which I can append the selected element in chunks rather than putting the complete and entire data to my selected field where I want to enter data?
I mean I want to put data to the selected element in chunks rather than putting it in in a single action.
By getting this kind of error, seems not good for my system and python as well.
But I'm not sure about it. Just want to know is it true?
Please give me the proper idea how can I send data through send_keys in chunks. It's very much necessary and needy to get its solution.
Thanks for your help.
[1560:9968:1211/012355:ERROR:latency_info.cc(157)] RenderWidgetHostImpl::OnSwapC
ompositorFrame, LatencyInfo vector size 161 is too big.
[1560:9968:1211/012357:ERROR:latency_info.cc(157)] RenderWidgetHostImpl::OnSwapC
ompositorFrame, LatencyInfo vector size 419 is too big.
[1560:9968:1211/012402:ERROR:latency_info.cc(157)] RenderWidgetHostImpl::OnSwapC
ompositorFrame, LatencyInfo vector size 640 is too big.
[1560:9968:1211/012422:ERROR:latency_info.cc(157)] RenderWidgetHostImpl::OnSwapC
ompositorFrame, LatencyInfo vector size 169 is too big.
[1560:9968:1211/012424:ERROR:latency_info.cc(157)] RenderWidgetHostImpl::OnSwapC
ompositorFrame, LatencyInfo vector size 448 is too big.
[1560:9968:1211/012428:ERROR:latency_info.cc(157)] RenderWidgetHostImpl::OnSwapC
ompositorFrame, LatencyInfo vector size 557 is too big.